home *** CD-ROM | disk | FTP | other *** search
/ Aminet 30 / Aminet 30 (1999)(Schatztruhe)[!][Apr 1999].iso / Aminet / dev / lang / SmallEiffel.lha / SmallEiffel / bin_c / pretty.h < prev    next >
C/C++ Source or Header  |  1998-12-22  |  170KB  |  5,067 lines

  1. /*
  2. -- ANSI C code generated by :
  3. -- SmallEiffel The GNU Eiffel Compiler -- Release (- 0.79)      --
  4. -- Copyright (C), 1994-98 - LORIA - UHP - CRIN - INRIA - FRANCE --
  5. -- Dominique COLNET and Suzanne COLLIN -    colnet@loria.fr     --
  6. --                 http://www.loria.fr/SmallEiffel              --
  7. */
  8.  
  9. /*
  10. -- This file is  free  software, which  comes  along  with  SmallEiffel. This
  11. -- software  is  distributed  in the hope that it will be useful, but WITHOUT 
  12. -- ANY  WARRANTY;  without  even  the  implied warranty of MERCHANTABILITY or
  13. -- FITNESS  FOR A PARTICULAR PURPOSE. You can modify it as you want, provided
  14. -- this header is kept unaltered, and a notification of the changes is added.
  15. -- You  are  allowed  to  redistribute  it and sell it, alone or as a part of 
  16. -- another product.
  17. --          Copyright (C) 1994-98 LORIA - UHP - CRIN - INRIA - FRANCE
  18. --            Dominique COLNET and Suzanne COLLIN - colnet@loria.fr 
  19. --                       http://www.loria.fr/SmallEiffel
  20. --
  21. */
  22. /*
  23.   This file (base.h) is automatically included in the header for all modes 
  24.   of compilation : -boost, -no_check, -require_check, ...
  25.   This file is also included in the header of any cecil file.
  26. */
  27. #include <stdio.h>
  28. #include <string.h>
  29. #include <math.h>
  30. #include <stdlib.h>
  31. #include <signal.h>
  32. #include <stddef.h>
  33. #include <stdarg.h>
  34. #include <limits.h>
  35. #include <float.h>
  36. #include <setjmp.h>
  37. #include <sys/types.h>
  38. #include <sys/stat.h>
  39. #include <fcntl.h>
  40. #ifndef O_RDONLY
  41. #include <sys/file.h>
  42. #endif
  43. #ifndef O_RDONLY
  44. #define O_RDONLY 0000
  45. #endif
  46.  
  47. /* 
  48.    On Linux glibc systems, we need to use sig.* versions of jmp_buf,
  49.    setjmp and longjmp to preserve the signal handling context.
  50.    Currently, the way I figured to detect this is if _SIGSET_H_types has
  51.    been defined in /usr/include/setjmp.h.
  52. */
  53. #ifdef _SIGSET_H_types
  54. # define JMP_BUF    sigjmp_buf
  55. # define SETJMP(x)  sigsetjmp( (x), 1)
  56. # define LONGJMP    siglongjmp
  57. #else
  58. # define JMP_BUF    jmp_buf
  59. # define SETJMP(x)  setjmp( (x) )
  60. # define LONGJMP    longjmp
  61. #endif
  62.  
  63. /* 
  64.    Type to store reference objects Id :
  65.  */
  66. typedef int Tid;
  67.  
  68. typedef struct S0 T0;
  69.  
  70. struct S0{
  71.   Tid id;
  72. };
  73.  
  74. /* 
  75.    The default channel used to print runtime error messages :
  76. */
  77. #define SE_ERR stderr
  78.  
  79. /* 
  80.    Eiffel type INTEGER is #2 :
  81. */
  82. typedef int T2;
  83. #define M2 (0)
  84. #define T2BITS (CHAR_BIT*sizeof(int))
  85. #define T2MIN INT_MIN
  86. #define T2MAX INT_MAX
  87.  
  88. /*
  89.   Eiffel type CHARACTER is #3 :
  90. */
  91. typedef char T3;
  92. #define M3 (0)
  93. #define T3BITS CHAR_BIT
  94. #define T3MIN (0)
  95. #define T3MAX (255)
  96.  
  97. /*
  98.   Eiffel type REAL is #4 :
  99. */
  100. typedef float T4;
  101. #define M4 (0.0)
  102. #define T4BITS (CHAR_BIT*sizeof(float))
  103. #define T4MIN (-(FLT_MAX))
  104. #define T4MAX FLT_MAX
  105.  
  106. /*
  107.   Eiffel type DOUBLE is #5 :
  108. */
  109. typedef double T5;
  110. #define M5 (0.0)
  111. #define T5BITS (CHAR_BIT*sizeof(double))
  112. #define T5MIN (-(DBL_MAX))
  113. #define T5MAX DBL_MAX
  114.  
  115. /*
  116.   Eiffel type BOOLEAN is #6 :
  117. */
  118. typedef int T6;
  119. #define M6 (0)
  120. #define T6BITS (CHAR_BIT*sizeof(int))
  121.  
  122. /* 
  123.    Eiffel type POINTER is #8 :
  124. */
  125. typedef void* T8;
  126. #define M8 (NULL)
  127. #define T8BITS (CHAR_BIT*sizeof(void*))
  128.  
  129. /* --- Mangling Table Start ---
  130. D 2  T149  R BOOLEAN_CONSTANT 152,151
  131. A 1  T156  R BIT_CONSTANT 156
  132. A*1  T90   R TAG_NAME 90
  133. A 1  T260  R TYPE_BIT_1 260
  134. A*1  T57   R ARRAY[CREATION_CLAUSE] 57
  135. D 2  T296  R ARRAY[LOCAL_ARGUMENT1] 175,169
  136. A*1  T199  R E_ENSURE 199
  137. A 1  T205  R ARRAY[MANIFEST_STRING] 205
  138. A 1  T115  R CALL_INFIX_PLUS 115
  139. A 1  T204  R E_DEBUG 204
  140. A 1  T197  R CST_ATT_INTEGER 197
  141. A 1  T153  R CHARACTER_CONSTANT 153
  142. A 1  T267  R ASSIGNMENT 267
  143. A*1  T54   R RUN_CONTROL 54
  144. A*1  T306  R INDEX_LIST 306
  145. A*1  T301  R EXPORT_ITEM 301
  146. A*1  T49   R CLASS_NAME 49
  147. A*1  T53   R DICTIONARY[STRING,STRING] 53
  148. A 1  T333  E NATIVE_ARRAY[E_REQUIRE] 333
  149. A 1  T320  E NATIVE_ARRAY[RUN_CLASS] 320
  150. A 1  T9    E NATIVE_ARRAY[CHARACTER] 9
  151. A 1  T91   E NATIVE_ARRAY[ASSERTION] 91
  152. A 1  T82   E NATIVE_ARRAY[E_FEATURE] 82
  153. A 1  T223  E NATIVE_ARRAY[WHEN_ITEM] 223
  154. A 1  T295  R DECLARATION_GROUP 295
  155. A*1  T271  R E_REQUIRE 271
  156. A 1  T40   E NATIVE_ARRAY[POSITION] 40
  157. A 1  T234  R CREATION_CALL_2 234
  158. A 1  T102  R CALL_INFIX_XOR 102
  159. A 1  T158  R INTEGER_CONSTANT 158
  160. A 1  T254  R TYPE_POINTER 254
  161. A 1  T252  R TYPE_INTEGER 252
  162. A 1  T262  R TYPE_BIT_2 262
  163. A 1  T327  R FIXED_ARRAY[TYPE_BIT_REF] 327
  164. A*1  T68   R FIXED_ARRAY[FEATURE_NAME] 68
  165. A 1  T121  R INFIX_NAME 121
  166. A 1  T283  R NATIVE_JVM_INVOKESTATIC 283
  167. A*1  T28   R SYSTEM_TOOLS 28
  168. A 1  T265  R TYPE_FORMAL_GENERIC 265
  169. A 1  T154  R MANIFEST_STRING 154
  170. A 1  T171  R FORMAL_ARG_LIST 171
  171. A*1  T44   R DICTIONARY[BASE_CLASS,STRING] 44
  172. A 1  T345  R RUN_FEATURE_2 345
  173. A*1  T67   R FEATURE_NAME_LIST 67
  174. A*1  T86   R CLASS_INVARIANT 86
  175. A*1  T179  R CLASS_NAME_LIST 179
  176. A 1  T177  R IMPLICIT_CURRENT 177
  177. D 8  T198  R ROUTINE 291,290,288,287,276,275,272,270
  178. A*1  T92   R TMP_NAME 92
  179. D 17 T144  R INSTRUCTION 268,267,238,236,234,231,228,216,215,206,209,161,147,146,202,148,204
  180. A 1  T230  R LOOP_VARIANT_1 230
  181. A*1  T51   R EIFFEL_PARSER 51
  182. A 1  T96   R CALL_INFIX_IMPLIES 96
  183. A 1  T358  R RUN_FEATURE_11 358
  184. A 1  T148  R PROC_CALL_N 148
  185. A 1  T259  R TYPE_EXPANDED 259
  186. A 1  T355  E NATIVE_ARRAY[ADDRESS_OF] 355
  187. A 1  T48   E NATIVE_ARRAY[BASE_CLASS] 48
  188. A 1  T95   E NATIVE_ARRAY[EXPRESSION] 95
  189. A 1  T181  E NATIVE_ARRAY[CLASS_NAME] 181
  190. A*1  T79   R ARRAY[FEATURE_CLAUSE] 79
  191. A 1  T175  R ARRAY[ARGUMENT_NAME1] 175
  192. A 1  T186  R FIXED_ARRAY[INTEGER_CONSTANT] 186
  193. A 1  T128  R CALL_PREFIX_NOT 128
  194. A 1  T202  R E_CHECK 202
  195. D 2  T137  R ABSTRACT_RESULT 138,139
  196. A 1  T139  R ORDINARY_RESULT 139
  197. A 1  T162  R LOCAL_VAR_LIST 162
  198. A 1  T253  R TYPE_NONE 253
  199. A 1  T104  R CALL_INFIX_OR_ELSE 104
  200. A*1  T245  R ARRAY[TYPE] 245
  201. A 1  T276  R EXTERNAL_FUNCTION 276
  202. A 1  T349  E NATIVE_ARRAY[BOOLEAN] 349
  203. D 7  T273  R NATIVE 277,285,280,278,282,281,283
  204. A 1  T46   E NATIVE_ARRAY[INTEGER] 46
  205. D 2  T226  R LOOP_VARIANT 229,230
  206. A 1  T344  E NATIVE_ARRAY[RUN_FEATURE_6] 344
  207. A 1  T341  E NATIVE_ARRAY[RUN_FEATURE_5] 341
  208. A*1  T42   R SMALL_EIFFEL 42
  209. A 1  T236  R CREATION_CALL_3 236
  210. A*1  T45   R FIXED_ARRAY[INTEGER] 45
  211. A 1  T106  R CALL_INFIX_AND_THEN 106
  212. A 1  T314  R RUN_FEATURE_3 314
  213. A 1  T281  R NATIVE_WITHOUT_CURRENT 281
  214. A 1  T131  R SIMPLE_FEATURE_NAME 131
  215. A 1  T257  R TYPE_CLASS 257
  216. A 1  T125  R PREFIX_NAME 125
  217. A 1  T140  R E_VOID 140
  218. A*1  T70   R RENAME_PAIR 70
  219. A 1  T300  R FROZEN_FEATURE_NAME 300
  220. A*1  T36   R STD_OUTPUT 36
  221. A 1  T6    E BOOLEAN 6
  222. D 6  T249  R TYPE_BASIC_EIFFEL_EXPANDED 248,255,251,250,252,254
  223. A 1  T229  R LOOP_VARIANT_2 229
  224. A 1  T113  R CALL_INFIX_EQ 113
  225. A 1  T105  R CALL_INFIX_AND 105
  226. A*1  T323  R ARRAY[RUN_FEATURE] 323
  227. A*1  T71   R ARRAY[RENAME_PAIR] 71
  228. A 1  T169  R ARRAY[LOCAL_NAME1] 169
  229. A*1  T303  R ARRAY[EXPORT_ITEM] 303
  230. A*1  T293  R ARRAY[DECLARATION] 293
  231. A*1  T7    R STRING 7
  232. A 1  T151  R E_TRUE 151
  233. A*1  T16   R INTEGER_REF 16
  234. A 1  T129  R E_OLD 129
  235. A 1  T299  R WRITABLE_ATTRIBUTE 299
  236. A 1  T246  E NATIVE_ARRAY[TYPE] 246
  237. A 1  T337  R RUN_FEATURE_4 337
  238. A*1  T264  R ARRAY[FORMAL_GENERIC_ARG] 264
  239. A 1  T195  R CST_ATT_REAL 195
  240. A 1  T275  R EXTERNAL_PROCEDURE 275
  241. A*1  T210  R IFTHEN 210
  242. A 1  T187  E NATIVE_ARRAY[INTEGER_CONSTANT] 187
  243. A*1  T83   R CLIENT_LIST 83
  244. A 1  T288  R FUNCTION 288
  245. A*1  T78   R FEATURE_CLAUSE 78
  246. A*1  T66   R UNIQUE_STRING 66
  247. A 1  T238  R CREATION_CALL_4 238
  248. A 1  T266  E NATIVE_ARRAY[FORMAL_GENERIC_ARG] 266
  249. A*1  T52   R PARSER_BUFFER 52
  250. A 1  T103  R CALL_INFIX_OR 103
  251. A 1  T136  R CALL_N 136
  252. A 1  T72   E NATIVE_ARRAY[RENAME_PAIR] 72
  253. A 1  T170  E NATIVE_ARRAY[LOCAL_NAME1] 170
  254. A 1  T317  E NATIVE_ARRAY[RUN_FEATURE] 317
  255. A 1  T304  E NATIVE_ARRAY[EXPORT_ITEM] 304
  256. A 1  T294  E NATIVE_ARRAY[DECLARATION] 294
  257. A 1  T208  E NATIVE_ARRAY[INSTRUCTION] 208
  258. A*1  T69   R RENAME_LIST 69
  259. D 2  T269  R DEFERRED_ROUTINE 270,272
  260. A 1  T2    E INTEGER 2
  261. D 2  T160  R E_PRECURSOR 159,161
  262. A*1  T318  R DICTIONARY[RUN_CLASS,STRING] 318
  263. A*1  T74   R DICTIONARY[E_FEATURE,STRING] 74
  264. A 1  T250  R TYPE_CHARACTER 250
  265. A*1  T59   R PARENT_LIST 59
  266. A*1  T361  R DICTIONARY[TYPE_REF_TO_EXP,STRING] 361
  267. A*1  T357  R DICTIONARY[MANIFEST_STRING,STRING] 357
  268. A*1  T39   R POSITION 39
  269. A 1  T343  R FIXED_ARRAY[RUN_FEATURE_6] 343
  270. A 1  T340  R FIXED_ARRAY[RUN_FEATURE_5] 340
  271. A 1  T120  R CALL_INFIX_FREEOP 120
  272. A 1  T161  R E_PRECURSOR_PROCEDURE 161
  273. A*1  T84   R ID_PROVIDER 84
  274. A*1  T217  R E_WHEN 217
  275. A 1  T189  R CST_ATT_BOOLEAN 189
  276. A 1  T338  R RUN_FEATURE_5 338
  277. A*1  T64   R COMMENT 64
  278. A 1  T346  R PRECURSOR_NAME 346
  279. A 1  T298  R DECLARATION_1 298
  280. A*1  T85   R ASSERTION 85
  281. A 1  T24   E NATIVE_ARRAY[STRING] 24
  282. A 1  T63   E NATIVE_ARRAY[PARENT] 63
  283. A 1  T220  E NATIVE_ARRAY[E_WHEN] 220
  284. A 1  T213  E NATIVE_ARRAY[IFTHEN] 213
  285. A 1  T268  R REVERSE_ASSIGNMENT 268
  286. A 1  T362  R FIXED_ARRAY[TYPE_REF_TO_EXP] 362
  287. A 1  T192  R FIXED_ARRAY[MANIFEST_STRING] 192
  288. A*1  T182  R TMP_FEATURE 182
  289. A 1  T141  R WRITTEN_CURRENT 141
  290. D 3  T145  R PROC_CALL 147,146,148
  291. A*1  T310  R FMT 310
  292. A 1  T3    E CHARACTER 3
  293. A*1  T188  R COUNTER 188
  294. A 1  T290  R ONCE_PROCEDURE 290
  295. D 11 T312  R RUN_FEATURE 358,347,345,342,338,337,314,324,335,329,325
  296. A 1  T8    E POINTER 8
  297. A*1  T37   R ERROR_HANDLER 37
  298. A*1  T60   R PARENT 60
  299. A 1  T228  R E_LOOP 228
  300. A 1  T363  E NATIVE_ARRAY[TYPE_REF_TO_EXP] 363
  301. A 1  T58   E NATIVE_ARRAY[CREATION_CLAUSE] 58
  302. A 1  T297  E NATIVE_ARRAY[LOCAL_ARGUMENT1] 297
  303. A 1  T193  E NATIVE_ARRAY[MANIFEST_STRING] 193
  304. A 1  T122  R CALL_PREFIX_FREEOP 122
  305. A*1  T348  R ARRAY[BOOLEAN] 348
  306. A*1  T155  R ARRAY[INTEGER] 155
  307. D 2  T221  R WHEN_ITEM 225,224
  308. D 5  T65   R FEATURE_NAME 346,300,131,121,125
  309. A 1  T130  R E_STRIP 130
  310. A 1  T138  R ONCE_RESULT 138
  311. A*1  T305  R INDEX_CLAUSE 305
  312. A*1  T263  R FORMAL_GENERIC_ARG 263
  313. A 1  T247  R TYPE_NATIVE_ARRAY 247
  314. A 1  T251  R TYPE_DOUBLE 251
  315. A 1  T196  R CST_ATT_DOUBLE 196
  316. A 1  T183  R CST_ATT_UNIQUE 183
  317. A*1  T350  R MANIFEST_ARRAY_POOL 350
  318. A 1  T342  R RUN_FEATURE_6 342
  319. A 1  T255  R TYPE_REAL 255
  320. A*1  T77   R FEATURE_CLAUSE_LIST 77
  321. A*1  T76   R FORMAL_GENERIC_LIST 76
  322. D 8  T184  R CST_ATT 190,191,194,183,196,189,195,197
  323. A 1  T194  R CST_ATT_BIT 194
  324. A 1  T282  R NATIVE_INLINE_WITHOUT_CURRENT 282
  325. A*1  T334  R RUN_REQUIRE 334
  326. A 1  T116  R CALL_INFIX_DIV 116
  327. A 1  T167  R LOCAL_NAME1 167
  328. A*1  T302  R EXPORT_LIST 302
  329. A 1  T359  R IMPLICIT_CAST 359
  330. A 1  T107  R CALL_INFIX_GT 107
  331. A 1  T109  R CALL_INFIX_LT 109
  332. A*1  T227  R LOOP_INVARIANT 227
  333. A 1  T241  R TYPE_LIKE_CURRENT 241
  334. A*1  T309  R STD_FILE_WRITE 309
  335. A*1  T322  R FIXED_ARRAY[PARENT] 322
  336. A*1  T23   R FIXED_ARRAY[STRING] 23
  337. A*1  T32   R ARRAY[STRING] 32
  338. A*1  T61   R ARRAY[PARENT] 61
  339. A*1  T219  R ARRAY[E_WHEN] 219
  340. A*1  T212  R ARRAY[IFTHEN] 212
  341. A 1  T244  R TYPE_ARRAY 244
  342. D 2  T289  R ONCE_ROUTINE 291,290
  343. A 1  T157  R REAL_CONSTANT 157
  344. A*1  T332  R ARRAY[E_REQUIRE] 332
  345. A*1  T321  R ARRAY[RUN_CLASS] 321
  346. A*1  T88   R ARRAY[ASSERTION] 88
  347. A 1  T164  R LOCAL_NAME2 164
  348. A*1  T222  R ARRAY[WHEN_ITEM] 222
  349. A 1  T335  R RUN_FEATURE_7 335
  350. A 1  T159  R E_PRECURSOR_FUNCTION 159
  351. A 1  T258  R TYPE_GENERIC 258
  352. A*1  T331  R MEMO[COMMENT] 331
  353. A 1  T256  R TYPE_STRING 256
  354. A 1  T248  R TYPE_BOOLEAN 248
  355. D 51 T89   R EXPRESSION 359,174,167,214,96,102,103,104,105,106,107,109,108,110,111,113,114,115,116,117,118,119,178,120,129,177,172,164,159,158,157,156,154,153,152,151,143,122,126,140,131,141,127,139,128,136,133,135,93,138,130
  356. A 1  T278  R NATIVE_WITH_CURRENT 278
  357. A*1  T10   R PRETTY 10
  358. A*1  T356  R MANIFEST_STRING_POOL 356
  359. A*1  T353  R ADDRESS_OF_POOL 353
  360. A 1  T328  E NATIVE_ARRAY[TYPE_BIT_REF] 328
  361. A 1  T73   E NATIVE_ARRAY[FEATURE_NAME] 73
  362. A 1  T308  E NATIVE_ARRAY[INDEX_CLAUSE] 308
  363. D 2  T292  R DECLARATION 298,295
  364. A 1  T215  R E_RETRY 215
  365. A 3  T352  R FIXED_ARRAY[TYPE] 362,352,327
  366. D 2  T274  R EXTERNAL_ROUTINE 275,276
  367. D 2  T261  R TYPE_BIT 262,260
  368. A*1  T34   R STD_ERROR 34
  369. D 2  T163  R DECLARATION_LIST 162,171
  370. A 1  T280  R NATIVE_INLINE_WITH_CURRENT 280
  371. A 1  T118  R CALL_INFIX_INT_DIV 118
  372. A 1  T324  R RUN_FEATURE_8 324
  373. A*1  T339  R ONCE_ROUTINE_POOL 339
  374. A 1  T239  R TYPE_LIKE_FEATURE 239
  375. A 1  T354  R FIXED_ARRAY[ADDRESS_OF] 354
  376. A*1  T47   R FIXED_ARRAY[BASE_CLASS] 47
  377. A 4  T134  R FIXED_ARRAY[EXPRESSION] 354,192,186,134
  378. A*1  T180  R FIXED_ARRAY[CLASS_NAME] 180
  379. A 1  T285  R NATIVE_JVM_INVOKEVIRTUAL 285
  380. A 1  T178  R CALL_INFIX_POWER 178
  381. A*1  T33   R ECHO 33
  382. A 1  T146  R PROC_CALL_0 146
  383. A 1  T80   E NATIVE_ARRAY[FEATURE_CLAUSE] 80
  384. A 1  T176  E NATIVE_ARRAY[ARGUMENT_NAME1] 176
  385. A*1  T307  R ARRAY[INDEX_CLAUSE] 307
  386. A 1  T242  R TYPE_LIKE_ARGUMENT 242
  387. A 1  T191  R CST_ATT_STRING 191
  388. A*1  T319  R FIXED_ARRAY[RUN_CLASS] 319
  389. A*1  T81   R FIXED_ARRAY[E_FEATURE] 81
  390. A 1  T93   R MANIFEST_ARRAY 93
  391. A 1  T272  R DEFERRED_FUNCTION 272
  392. A*1  T351  R DICTIONARY[TYPE,INTEGER] 351
  393. A 1  T277  R NATIVE_SMALL_EIFFEL 277
  394. A*1  T56   R CREATION_CLAUSE 56
  395. A 1  T224  R WHEN_ITEM_1 224
  396. A*1  T336  R EXCEPTIONS_HANDLER 336
  397. A 1  T135  R CALL_1_C 135
  398. A 1  T133  R CALL_0_C 133
  399. A*1  T55   R CREATION_CLAUSE_LIST 55
  400. A*1  T313  R RUN_CLASS 313
  401. A 1  T216  R E_INSPECT 216
  402. A 1  T174  R ARGUMENT_NAME1 174
  403. A 1  T147  R PROC_CALL_1 147
  404. A 1  T117  R CALL_INFIX_INT_REM 117
  405. A 3  T316  R FIXED_ARRAY[RUN_FEATURE] 343,340,316
  406. A*1  T201  R FIXED_ARRAY[INSTRUCTION] 201
  407. D 22 T62   R TYPE 360,326,265,262,260,259,258,257,256,255,254,253,252,251,250,248,247,244,243,242,241,239
  408. A*1  T218  R WHEN_LIST 218
  409. A 1  T329  R RUN_FEATURE_9 329
  410. D 2  T168  R LOCAL_ARGUMENT1 174,167
  411. A*1  T203  R CHECK_INVARIANT 203
  412. D 17 T75   R E_FEATURE 299,291,290,288,287,276,275,272,270,197,196,195,194,191,190,189,183
  413. A*1  T200  R COMPOUND 200
  414. A 4  T94   R ARRAY[EXPRESSION] 175,169,205,94
  415. A 1  T231  R CREATION_CALL_1 231
  416. A*1  T315  R DICTIONARY[RUN_FEATURE,STRING] 315
  417. A 1  T225  R WHEN_ITEM_2 225
  418. A 1  T270  R DEFERRED_PROCEDURE 270
  419. A 1  T108  R CALL_INFIX_GE 108
  420. A 1  T110  R CALL_INFIX_LE 110
  421. A 1  T111  R CALL_INFIX_NEQ 111
  422. A 1  T287  R PROCEDURE 287
  423. A 1  T360  R TYPE_REF_TO_EXP 360
  424. A 1  T326  R TYPE_BIT_REF 326
  425. A*1  T38   R FIXED_ARRAY[POSITION] 38
  426. A 1  T114  R CALL_INFIX_MINUS 114
  427. A 1  T119  R CALL_INFIX_TIMES 119
  428. A*1  T132  R EFFECTIVE_ARG_LIST 132
  429. A 1  T127  R CALL_PREFIX_PLUS 127
  430. A 1  T143  R ADDRESS_OF 143
  431. A 1  T190  R CST_ATT_CHARACTER 190
  432. A 1  T243  R TYPE_ANY 243
  433. A*1  T41   R BASE_CLASS 41
  434. A*1  T211  R IFTHENLIST 211
  435. A 1  T214  R EXPRESSION_WITH_COMMENT 214
  436. D 4  T286  R EFFECTIVE_ROUTINE 291,287,290,288
  437. A 1  T126  R CALL_PREFIX_MINUS 126
  438. A 1  T152  R E_FALSE 152
  439. A 1  T172  R ARGUMENT_NAME2 172
  440. A 1  T209  R INSTRUCTION_WITH_COMMENT 209
  441. A 1  T206  R IFTHENELSE 206
  442. A 1  T325  R RUN_FEATURE_1 325
  443. A 1  T291  R ONCE_FUNCTION 291
  444. A*1  T29   R STD_FILE_READ 29
  445. A 1  T311  E FILE_TOOLS 311
  446. A 1  T347  R RUN_FEATURE_10 347
  447.  --- Mangling Table End --- */
  448.  
  449. /*C Header Pass 1 :*/
  450. typedef struct S156 T156;
  451. typedef struct S90 T90;
  452. typedef struct S260 T260;
  453. typedef struct S57 T57;
  454. typedef struct S199 T199;
  455. typedef struct S205 T205;
  456. typedef struct S115 T115;
  457. typedef struct S204 T204;
  458. typedef struct S197 T197;
  459. typedef struct S153 T153;
  460. typedef struct S267 T267;
  461. typedef struct S54 T54;
  462. typedef struct S306 T306;
  463. typedef struct S301 T301;
  464. typedef struct S49 T49;
  465. typedef struct S53 T53;
  466. typedef struct S295 T295;
  467. typedef struct S271 T271;
  468. typedef struct S234 T234;
  469. typedef struct S102 T102;
  470. typedef struct S158 T158;
  471. typedef struct S254 T254;
  472. typedef struct S252 T252;
  473. typedef struct S262 T262;
  474. typedef struct S327 T327;
  475. typedef struct S68 T68;
  476. typedef struct S121 T121;
  477. typedef struct S283 T283;
  478. typedef struct S28 T28;
  479. typedef struct S265 T265;
  480. typedef struct S154 T154;
  481. typedef struct S171 T171;
  482. typedef struct S44 T44;
  483. typedef struct S345 T345;
  484. typedef struct S67 T67;
  485. typedef struct S86 T86;
  486. typedef struct S179 T179;
  487. typedef struct S177 T177;
  488. typedef struct S92 T92;
  489. typedef struct S230 T230;
  490. typedef struct S51 T51;
  491. typedef struct S96 T96;
  492. typedef struct S358 T358;
  493. typedef struct S148 T148;
  494. typedef struct S259 T259;
  495. typedef struct S79 T79;
  496. typedef struct S175 T175;
  497. typedef struct S186 T186;
  498. typedef struct S128 T128;
  499. typedef struct S202 T202;
  500. typedef struct S139 T139;
  501. typedef struct S162 T162;
  502. typedef struct S253 T253;
  503. typedef struct S104 T104;
  504. typedef struct S245 T245;
  505. typedef struct S276 T276;
  506. typedef struct S42 T42;
  507. typedef struct S236 T236;
  508. typedef struct S45 T45;
  509. typedef struct S106 T106;
  510. typedef struct S314 T314;
  511. typedef struct S281 T281;
  512. typedef struct S131 T131;
  513. typedef struct S257 T257;
  514. typedef struct S125 T125;
  515. typedef struct S140 T140;
  516. typedef struct S70 T70;
  517. typedef struct S300 T300;
  518. typedef void*T36;
  519. typedef struct S229 T229;
  520. typedef struct S113 T113;
  521. typedef struct S105 T105;
  522. typedef struct S323 T323;
  523. typedef struct S71 T71;
  524. typedef struct S169 T169;
  525. typedef struct S303 T303;
  526. typedef struct S293 T293;
  527. typedef struct S7 T7;
  528. typedef struct S151 T151;
  529. typedef struct S16 T16;
  530. typedef struct S129 T129;
  531. typedef struct S299 T299;
  532. typedef struct S337 T337;
  533. typedef struct S264 T264;
  534. typedef struct S195 T195;
  535. typedef struct S275 T275;
  536. typedef struct S210 T210;
  537. typedef struct S83 T83;
  538. typedef struct S288 T288;
  539. typedef struct S78 T78;
  540. typedef void*T66;
  541. typedef struct S238 T238;
  542. typedef struct S52 T52;
  543. typedef struct S103 T103;
  544. typedef struct S136 T136;
  545. typedef struct S69 T69;
  546. typedef struct S318 T318;
  547. typedef struct S74 T74;
  548. typedef struct S250 T250;
  549. typedef struct S59 T59;
  550. typedef struct S361 T361;
  551. typedef struct S357 T357;
  552. typedef struct S39 T39;
  553. typedef struct S343 T343;
  554. typedef struct S340 T340;
  555. typedef struct S120 T120;
  556. typedef struct S161 T161;
  557. typedef struct S84 T84;
  558. typedef struct S217 T217;
  559. typedef struct S189 T189;
  560. typedef struct S338 T338;
  561. typedef struct S64 T64;
  562. typedef struct S346 T346;
  563. typedef struct S298 T298;
  564. typedef struct S85 T85;
  565. typedef struct S268 T268;
  566. typedef struct S362 T362;
  567. typedef struct S192 T192;
  568. typedef struct S182 T182;
  569. typedef struct S141 T141;
  570. typedef struct S310 T310;
  571. typedef struct S188 T188;
  572. typedef struct S290 T290;
  573. typedef struct S37 T37;
  574. typedef struct S60 T60;
  575. typedef struct S228 T228;
  576. typedef struct S122 T122;
  577. typedef struct S348 T348;
  578. typedef struct S155 T155;
  579. typedef struct S130 T130;
  580. typedef struct S138 T138;
  581. typedef struct S305 T305;
  582. typedef struct S263 T263;
  583. typedef struct S247 T247;
  584. typedef struct S251 T251;
  585. typedef struct S196 T196;
  586. typedef struct S183 T183;
  587. typedef void*T350;
  588. typedef struct S342 T342;
  589. typedef struct S255 T255;
  590. typedef struct S77 T77;
  591. typedef struct S76 T76;
  592. typedef struct S194 T194;
  593. typedef struct S282 T282;
  594. typedef struct S334 T334;
  595. typedef struct S116 T116;
  596. typedef struct S167 T167;
  597. typedef struct S302 T302;
  598. typedef struct S359 T359;
  599. typedef struct S107 T107;
  600. typedef struct S109 T109;
  601. typedef struct S227 T227;
  602. typedef struct S241 T241;
  603. typedef struct S309 T309;
  604. typedef struct S322 T322;
  605. typedef struct S23 T23;
  606. typedef struct S32 T32;
  607. typedef struct S61 T61;
  608. typedef struct S219 T219;
  609. typedef struct S212 T212;
  610. typedef struct S244 T244;
  611. typedef struct S157 T157;
  612. typedef struct S332 T332;
  613. typedef struct S321 T321;
  614. typedef struct S88 T88;
  615. typedef struct S164 T164;
  616. typedef struct S222 T222;
  617. typedef struct S335 T335;
  618. typedef struct S159 T159;
  619. typedef struct S258 T258;
  620. typedef struct S331 T331;
  621. typedef struct S256 T256;
  622. typedef struct S248 T248;
  623. typedef struct S278 T278;
  624. typedef struct S10 T10;
  625. typedef void*T356;
  626. typedef void*T353;
  627. typedef struct S215 T215;
  628. typedef struct S352 T352;
  629. typedef void*T34;
  630. typedef struct S280 T280;
  631. typedef struct S118 T118;
  632. typedef struct S324 T324;
  633. typedef void*T339;
  634. typedef struct S239 T239;
  635. typedef struct S354 T354;
  636. typedef struct S47 T47;
  637. typedef struct S134 T134;
  638. typedef struct S180 T180;
  639. typedef struct S285 T285;
  640. typedef struct S178 T178;
  641. typedef struct S33 T33;
  642. typedef struct S146 T146;
  643. typedef struct S307 T307;
  644. typedef struct S242 T242;
  645. typedef struct S191 T191;
  646. typedef struct S319 T319;
  647. typedef struct S81 T81;
  648. typedef struct S93 T93;
  649. typedef struct S272 T272;
  650. typedef struct S351 T351;
  651. typedef struct S277 T277;
  652. typedef struct S56 T56;
  653. typedef struct S224 T224;
  654. typedef struct S336 T336;
  655. typedef struct S135 T135;
  656. typedef struct S133 T133;
  657. typedef struct S55 T55;
  658. typedef struct S313 T313;
  659. typedef struct S216 T216;
  660. typedef struct S174 T174;
  661. typedef struct S147 T147;
  662. typedef struct S117 T117;
  663. typedef struct S316 T316;
  664. typedef struct S201 T201;
  665. typedef struct S218 T218;
  666. typedef struct S329 T329;
  667. typedef struct S203 T203;
  668. typedef struct S200 T200;
  669. typedef struct S94 T94;
  670. typedef struct S231 T231;
  671. typedef struct S315 T315;
  672. typedef struct S225 T225;
  673. typedef struct S270 T270;
  674. typedef struct S108 T108;
  675. typedef struct S110 T110;
  676. typedef struct S111 T111;
  677. typedef struct S287 T287;
  678. typedef struct S360 T360;
  679. typedef struct S326 T326;
  680. typedef struct S38 T38;
  681. typedef struct S114 T114;
  682. typedef struct S119 T119;
  683. typedef struct S132 T132;
  684. typedef struct S127 T127;
  685. typedef struct S143 T143;
  686. typedef struct S190 T190;
  687. typedef struct S243 T243;
  688. typedef struct S41 T41;
  689. typedef struct S211 T211;
  690. typedef struct S214 T214;
  691. typedef struct S126 T126;
  692. typedef struct S152 T152;
  693. typedef struct S172 T172;
  694. typedef struct S209 T209;
  695. typedef struct S206 T206;
  696. typedef struct S325 T325;
  697. typedef struct S291 T291;
  698. typedef struct S29 T29;
  699. typedef int T311;
  700. typedef struct S347 T347;
  701.  
  702. /*C Header Pass 2 :*/
  703. typedef T0**T333;
  704. typedef T0**T320;
  705. typedef T3*T9;
  706. typedef T0**T91;
  707. typedef T0**T82;
  708. typedef T0**T223;
  709. typedef T0**T40;
  710. typedef T0**T355;
  711. typedef T0**T48;
  712. typedef T0**T95;
  713. typedef T0**T181;
  714. typedef T6*T349;
  715. typedef T2*T46;
  716. typedef T0**T344;
  717. typedef T0**T341;
  718. typedef T0**T246;
  719. typedef T0**T187;
  720. typedef T0**T266;
  721. typedef T0**T72;
  722. typedef T0**T170;
  723. typedef T0**T317;
  724. typedef T0**T304;
  725. typedef T0**T294;
  726. typedef T0**T208;
  727. typedef T0**T24;
  728. typedef T0**T63;
  729. typedef T0**T220;
  730. typedef T0**T213;
  731. typedef T0**T363;
  732. typedef T0**T58;
  733. typedef T0**T297;
  734. typedef T0**T193;
  735. typedef T0**T328;
  736. typedef T0**T73;
  737. typedef T0**T308;
  738. typedef T0**T80;
  739. typedef T0**T176;
  740.  
  741. /*C Header Pass 3 :*/
  742.  
  743. /*C Header Pass 4 :*/
  744. struct S156{int id;T0* _start_position;T0* _value;T0* _result_type;T0* _hexa;};
  745. extern T156 M156;
  746. struct S90{T0* _to_string;T0* _start_position;};
  747. extern T90 M90;
  748. struct S260{int id;T0* _start_position;T0* _written_mark;T0* _run_time_mark;T0* _n;};
  749. extern T260 M260;
  750. struct S57{T58 _storage;T2 _capacity;T2 _upper;T2 _lower;};
  751. extern T57 M57;
  752. struct S199{T0* _start_position;T0* _header_comment;T0* _list;T0* _current_type;T0* _run_feature;T6 _is_ensure_then;};
  753. extern T199 M199;
  754. struct S205{int id;T193 _storage;T2 _capacity;T2 _upper;T2 _lower;};
  755. extern T205 M205;
  756. struct S115{int id;T0* _target;T0* _arguments;T0* _feature_name;T0* _run_feature;};
  757. extern T115 M115;
  758. struct S204{int id;T0* _start_position;T0* _list;T0* _compound;T0* _current_type;};
  759. extern T204 M204;
  760. struct S197{int id;T0* _base_class;T0* _names;T0* _header_comment;T0* _clients;T0* _result_type;T0* _value_mem;};
  761. extern T197 M197;
  762. struct S153{int id;T0* _start_position;T3 _value;T2 _pretty_print_mode;};
  763. extern T153 M153;
  764. struct S267{int id;T0* _left_side;T0* _right_side;};
  765. extern T267 M267;
  766. struct S54{T2 _level;T6 _generating_type_used;T6 _generator_used;};
  767. extern T54 M54;
  768. struct S306{T0* _list;};
  769. extern T306 M306;
  770. struct S301{T0* _clients;T0* _list;};
  771. extern T301 M301;
  772. struct S49{T0* _to_string;T0* _start_position;};
  773. extern T49 M49;
  774. struct S53{T0* _keys;T0* _store;T2 _modulus;T0* _buckets;T0* _chain;T2 _first_free_slot;T2 _cache_keys_idx;T2 _cache_user_idx;T2 _count;};
  775. extern T53 M53;
  776. struct S295{int id;T0* _name_list;};
  777. extern T295 M295;
  778. struct S271{T0* _start_position;T0* _header_comment;T0* _list;T0* _current_type;T0* _run_feature;T6 _is_require_else;};
  779. extern T271 M271;
  780. struct S234{int id;T0* _start_position;T0* _writable;T0* _current_type;T0* _type;};
  781. extern T234 M234;
  782. struct S102{int id;T0* _target;T0* _arguments;T0* _feature_name;T0* _run_feature;};
  783. extern T102 M102;
  784. struct S158{int id;T0* _start_position;T2 _value;};
  785. extern T158 M158;
  786. struct S254{int id;T0* _base_class_name;};
  787. extern T254 M254;
  788. struct S252{int id;T0* _base_class_name;};
  789. extern T252 M252;
  790. struct S262{int id;T0* _start_position;T0* _written_mark;T0* _run_time_mark;T0* _n;T2 _nb;};
  791. extern T262 M262;
  792. struct S327{int id;T328 _storage;T2 _capacity;T2 _upper;};
  793. extern T327 M327;
  794. struct S68{T73 _storage;T2 _capacity;T2 _upper;};
  795. extern T68 M68;
  796. struct S121{int id;T0* _to_string;T0* _start_position;T0* _to_key;};
  797. extern T121 M121;
  798. struct S283{int id;};
  799. extern T283 M283;
  800. struct S28{T0* _system_name;T0* _sys_directory;T0* _bin_directory;};
  801. extern T28 M28;
  802. struct S265{int id;T0* _formal_name;T2 _rank;T0* _run_type;};
  803. extern T265 M265;
  804. struct S154{int id;T0* _start_position;T0* _to_string;T0* _break;T0* _ascii;T0* _percent;T0* _mangling;};
  805. extern T154 M154;
  806. struct S171{int id;T0* _list;T0* _flat_list;};
  807. extern T171 M171;
  808. struct S44{T0* _keys;T0* _store;T2 _modulus;T0* _buckets;T0* _chain;T2 _first_free_slot;T2 _cache_keys_idx;T2 _cache_user_idx;T2 _count;};
  809. extern T44 M44;
  810. struct S345{int id;T0* _current_type;T0* _clients_memory;T0* _actuals_clients;T0* _name;T2 _use_current_state;T0* _base_feature;T0* _result_type;};
  811. extern T345 M345;
  812. struct S67{T0* _first;T0* _remainder;};
  813. extern T67 M67;
  814. struct S86{T0* _start_position;T0* _header_comment;T0* _list;};
  815. extern T86 M86;
  816. struct S179{T0* _first;T0* _remainder;};
  817. extern T179 M179;
  818. struct S177{int id;T0* _start_position;T0* _result_type;};
  819. extern T177 M177;
  820. struct S92{T0* _unique_string_memory;T2 _li;T2 _co;};
  821. extern T92 M92;
  822. struct S230{int id;T0* _comment;T0* _expression;T0* _current_type;};
  823. extern T230 M230;
  824. struct S51{T6 _case_insensitive;T6 _drop_comments;T6 _is_running;T2 _column;T2 _line;T0* _current_line;T3 _cc;T0* _last_comments;T6 _inside_function;T6 _inside_once_function;T0* _formal_generic_list;T6 _in_ensure;T6 _in_rescue;T0* _arguments;T0* _local_vars;T6 _ok;T2 _last_ascii_code;T0* _last_base_class;T0* _last_base_type;T0* _last_binary;T0* _last_bit_constant;T0* _last_boolean_constant;T0* _last_character_constant;T0* _last_class_name;T0* _last_class_type;T0* _last_expression;T0* _last_feature_declaration;T0* _last_feature_name;T0* _last_feature_name_list;T0* _last_keyword;T0* _last_type_formal_generic;T0* _last_infix;T0* _last_prefix;T0* _last_integer_constant;T0* _last_instruction;T0* _last_index_value;T0* _last_manifest_constant;T0* _last_manifest_string;T0* _last_parent;T0* _last_real_constant;T0* _last_type;T0* _last_tag_mark;T2 _start_column;T2 _start_line;};
  825. extern T51 M51;
  826. struct S96{int id;T0* _target;T0* _arguments;T0* _feature_name;T0* _run_feature;};
  827. extern T96 M96;
  828. struct S358{int id;T0* _current_type;T0* _clients_memory;T0* _actuals_clients;T0* _name;T0* _require_assertion;T0* _ensure_assertion;T2 _use_current_state;T0* _base_feature;T0* _arguments;T0* _result_type;T0* _local_vars;T0* _routine_body;T0* _rescue_compound;};
  829. extern T358 M358;
  830. struct S148{int id;T0* _target;T0* _feature_name;T0* _run_feature;T0* _arguments;};
  831. extern T148 M148;
  832. struct S259{int id;T0* _start_position;T0* _written_mark;T0* _mapped;T0* _run_time_mark;T0* _run_type;};
  833. extern T259 M259;
  834. struct S79{T80 _storage;T2 _capacity;T2 _upper;T2 _lower;};
  835. extern T79 M79;
  836. struct S175{int id;T176 _storage;T2 _capacity;T2 _upper;T2 _lower;};
  837. extern T175 M175;
  838. struct S186{int id;T187 _storage;T2 _capacity;T2 _upper;};
  839. extern T186 M186;
  840. struct S128{int id;T0* _target;T0* _run_feature;T0* _feature_name;};
  841. extern T128 M128;
  842. struct S202{int id;T0* _check_invariant;T0* _current_type;};
  843. extern T202 M202;
  844. struct S139{int id;T0* _start_position;T0* _run_feature;};
  845. extern T139 M139;
  846. struct S162{int id;T0* _list;T0* _flat_list;};
  847. extern T162 M162;
  848. struct S253{int id;T0* _base_class_name;};
  849. extern T253 M253;
  850. struct S104{int id;T0* _target;T0* _arguments;T0* _feature_name;T0* _run_feature;};
  851. extern T104 M104;
  852. struct S245{T246 _storage;T2 _capacity;T2 _upper;T2 _lower;};
  853. extern T245 M245;
  854. struct S276{int id;T0* _base_class;T0* _names;T0* _header_comment;T0* _clients;T0* _arguments;T0* _obsolete_mark;T0* _require_assertion;T0* _ensure_assertion;T0* _end_comment;T0* _native;T0* _alias_string;T0* _result_type;};
  855. extern T276 M276;
  856. struct S42{T6 _short_flag;T2 _magic_count;T2 _top;};
  857. extern T42 M42;
  858. struct S236{int id;T0* _start_position;T0* _writable;T0* _current_type;T0* _run_feature;T0* _call;};
  859. extern T236 M236;
  860. struct S45{T46 _storage;T2 _capacity;T2 _upper;};
  861. extern T45 M45;
  862. struct S106{int id;T0* _target;T0* _arguments;T0* _feature_name;T0* _run_feature;};
  863. extern T106 M106;
  864. struct S314{int id;T0* _current_type;T0* _clients_memory;T0* _actuals_clients;T0* _name;T0* _require_assertion;T0* _ensure_assertion;T2 _use_current_state;T0* _base_feature;T0* _arguments;T0* _local_vars;T0* _routine_body;T0* _rescue_compound;};
  865. extern T314 M314;
  866. struct S281{int id;};
  867. extern T281 M281;
  868. struct S131{int id;T0* _to_string;T0* _start_position;T0* _run_feature_2;};
  869. extern T131 M131;
  870. struct S257{int id;T0* _base_class_name;};
  871. extern T257 M257;
  872. struct S125{int id;T0* _to_string;T0* _start_position;T0* _to_key;};
  873. extern T125 M125;
  874. struct S140{int id;T0* _start_position;};
  875. extern T140 M140;
  876. struct S70{T0* _old_name;T0* _new_name;};
  877. extern T70 M70;
  878. struct S300{int id;T0* _feature_name;};
  879. extern T300 M300;
  880. extern T36 M36;
  881. struct S229{int id;T0* _comment;T0* _expression;T0* _current_type;T0* _tag;};
  882. extern T229 M229;
  883. struct S113{int id;T0* _target;T0* _arguments;T0* _feature_name;};
  884. extern T113 M113;
  885. struct S105{int id;T0* _target;T0* _arguments;T0* _feature_name;T0* _run_feature;};
  886. extern T105 M105;
  887. struct S323{T317 _storage;T2 _capacity;T2 _upper;T2 _lower;};
  888. extern T323 M323;
  889. struct S71{T72 _storage;T2 _capacity;T2 _upper;T2 _lower;};
  890. extern T71 M71;
  891. struct S169{int id;T170 _storage;T2 _capacity;T2 _upper;T2 _lower;};
  892. extern T169 M169;
  893. struct S303{T304 _storage;T2 _capacity;T2 _upper;T2 _lower;};
  894. extern T303 M303;
  895. struct S293{T294 _storage;T2 _capacity;T2 _upper;T2 _lower;};
  896. extern T293 M293;
  897. struct S7{T9 _storage;T2 _count;T2 _capacity;};
  898. extern T7 M7;
  899. struct S151{int id;T0* _start_position;};
  900. extern T151 M151;
  901. struct S16{T2 _item;};
  902. extern T16 M16;
  903. struct S129{int id;T0* _expression;T0* _current_type;};
  904. extern T129 M129;
  905. struct S299{int id;T0* _base_class;T0* _names;T0* _header_comment;T0* _clients;T0* _result_type;T6 _isa_redefinition;};
  906. extern T299 M299;
  907. struct S337{int id;T0* _current_type;T0* _clients_memory;T0* _actuals_clients;T0* _name;T0* _require_assertion;T0* _ensure_assertion;T2 _use_current_state;T0* _base_feature;T0* _arguments;T0* _result_type;T0* _local_vars;T0* _routine_body;T0* _rescue_compound;};
  908. extern T337 M337;
  909. struct S264{T266 _storage;T2 _capacity;T2 _upper;T2 _lower;};
  910. extern T264 M264;
  911. struct S195{int id;T0* _base_class;T0* _names;T0* _header_comment;T0* _clients;T0* _result_type;T0* _value_mem;};
  912. extern T195 M195;
  913. struct S275{int id;T0* _base_class;T0* _names;T0* _header_comment;T0* _clients;T0* _arguments;T0* _obsolete_mark;T0* _require_assertion;T0* _ensure_assertion;T0* _end_comment;T0* _native;T0* _alias_string;};
  914. extern T275 M275;
  915. struct S210{T0* _expression;T0* _then_compound;T0* _current_type;};
  916. extern T210 M210;
  917. struct S83{T0* _start_position;T0* _list;};
  918. extern T83 M83;
  919. struct S288{int id;T0* _base_class;T0* _names;T0* _header_comment;T0* _local_vars;T0* _clients;T0* _arguments;T0* _obsolete_mark;T0* _require_assertion;T0* _ensure_assertion;T0* _end_comment;T0* _routine_body;T0* _rescue_compound;T2 _use_current_state;T0* _result_type;};
  920. extern T288 M288;
  921. struct S78{T0* _clients;T0* _comment;T0* _list;};
  922. extern T78 M78;
  923. extern T66 M66;
  924. struct S238{int id;T0* _start_position;T0* _writable;T0* _current_type;T0* _run_feature;T0* _call;T0* _type;};
  925. extern T238 M238;
  926. struct S52{T0* _path;T2 _count;};
  927. extern T52 M52;
  928. struct S103{int id;T0* _target;T0* _arguments;T0* _feature_name;T0* _run_feature;};
  929. extern T103 M103;
  930. struct S136{int id;T0* _target;T0* _feature_name;T0* _arguments;T0* _run_feature;};
  931. extern T136 M136;
  932. struct S69{T0* _list;};
  933. extern T69 M69;
  934. struct S318{T0* _keys;T0* _store;T2 _modulus;T0* _buckets;T0* _chain;T2 _first_free_slot;T2 _cache_keys_idx;T2 _cache_user_idx;T2 _cache_buckets_idx;T2 _count;};
  935. extern T318 M318;
  936. struct S74{T0* _keys;T0* _store;T2 _modulus;T0* _buckets;T0* _chain;T2 _first_free_slot;T2 _cache_keys_idx;T2 _cache_user_idx;T2 _count;};
  937. extern T74 M74;
  938. struct S250{int id;T0* _base_class_name;};
  939. extern T250 M250;
  940. struct S59{T0* _base_class;T0* _start_position;T0* _heading_comment;T0* _list;};
  941. extern T59 M59;
  942. struct S361{T0* _keys;T0* _store;T2 _modulus;T0* _buckets;T0* _chain;T2 _first_free_slot;T2 _cache_keys_idx;T2 _cache_user_idx;T2 _count;};
  943. extern T361 M361;
  944. struct S357{T0* _keys;T0* _store;T2 _modulus;T0* _buckets;T0* _chain;T2 _first_free_slot;T2 _cache_keys_idx;T2 _cache_user_idx;T2 _count;};
  945. extern T357 M357;
  946. struct S39{T0* _base_class_name;T2 _mem_line_column;};
  947. extern T39 M39;
  948. struct S343{int id;T344 _storage;T2 _capacity;T2 _upper;};
  949. extern T343 M343;
  950. struct S340{int id;T341 _storage;T2 _capacity;T2 _upper;};
  951. extern T340 M340;
  952. struct S120{int id;T0* _target;T0* _arguments;T0* _feature_name;T0* _run_feature;};
  953. extern T120 M120;
  954. struct S161{int id;T0* _start_position;T0* _parent;T0* _current_type;T0* _arguments;T0* _run_feature;};
  955. extern T161 M161;
  956. struct S84{T0* _mem_id;T0* _mem_str;};
  957. extern T84 M84;
  958. struct S217{T0* _start_position;T0* _list;T0* _header_comment;T0* _compound;T0* _when_list;T0* _values;};
  959. extern T217 M217;
  960. struct S189{int id;T0* _base_class;T0* _names;T0* _header_comment;T0* _clients;T0* _result_type;T0* _value_mem;};
  961. extern T189 M189;
  962. struct S338{int id;T0* _current_type;T0* _clients_memory;T0* _actuals_clients;T0* _name;T0* _require_assertion;T0* _ensure_assertion;T2 _use_current_state;T0* _base_feature;T0* _arguments;T0* _local_vars;T0* _routine_body;T0* _rescue_compound;};
  963. extern T338 M338;
  964. struct S64{T0* _start_position;T0* _list;};
  965. extern T64 M64;
  966. struct S346{int id;T0* _enclosing;T0* _to_key;};
  967. extern T346 M346;
  968. struct S298{int id;T0* _name;};
  969. extern T298 M298;
  970. struct S85{T0* _tag;T0* _expression;T0* _comment;T0* _current_type;};
  971. extern T85 M85;
  972. struct S268{int id;T0* _left_side;T0* _right_side;T0* _current_type;};
  973. extern T268 M268;
  974. struct S362{int id;T363 _storage;T2 _capacity;T2 _upper;};
  975. extern T362 M362;
  976. struct S192{int id;T193 _storage;T2 _capacity;T2 _upper;};
  977. extern T192 M192;
  978. struct S182{T0* _arguments;T0* _type;T0* _header_comment;T0* _obsolete_mark;T0* _require_assertion;T0* _local_vars;T0* _routine_body;};
  979. extern T182 M182;
  980. struct S141{int id;T0* _start_position;T0* _result_type;};
  981. extern T141 M141;
  982. struct S310{T0* _sfw;T2 _mode;T2 _column;T2 _line;T2 _blank_lines;T3 _last_character;T2 _indent_level;T6 _semi_colon_flag;};
  983. extern T310 M310;
  984. struct S188{T2 _value;};
  985. extern T188 M188;
  986. struct S290{int id;T0* _base_class;T0* _names;T0* _header_comment;T0* _local_vars;T0* _clients;T0* _arguments;T0* _obsolete_mark;T0* _require_assertion;T0* _ensure_assertion;T0* _end_comment;T0* _routine_body;T0* _rescue_compound;T2 _use_current_state;};
  987. extern T290 M290;
  988. struct S37{T2 _nb_warnings;T2 _nb_errors;T6 _no_warning;};
  989. extern T37 M37;
  990. struct S60{T0* _parent_list;T0* _type;T0* _comment;T0* _rename_list;T0* _export_list;T0* _undefine_list;T0* _redefine_list;T0* _select_list;T0* _undefine_memory1;T0* _undefine_memory2;};
  991. extern T60 M60;
  992. struct S228{int id;T0* _start_position;T0* _initialize;T0* _invariant_clause;T0* _variant_clause;T0* _until_expression;T0* _loop_body;T0* _current_type;};
  993. extern T228 M228;
  994. struct S122{int id;T0* _target;T0* _run_feature;T0* _feature_name;};
  995. extern T122 M122;
  996. struct S348{T349 _storage;T2 _capacity;T2 _upper;T2 _lower;};
  997. extern T348 M348;
  998. struct S155{T46 _storage;T2 _capacity;T2 _upper;T2 _lower;};
  999. extern T155 M155;
  1000. struct S130{int id;T0* _start_position;T0* _list;T0* _current_type;};
  1001. extern T130 M130;
  1002. struct S138{int id;T0* _start_position;T0* _run_feature_6;};
  1003. extern T138 M138;
  1004. struct S305{T0* _tag;T0* _list;};
  1005. extern T305 M305;
  1006. struct S263{T0* _name;T0* _constraint;};
  1007. extern T263 M263;
  1008. struct S247{int id;T0* _base_class_name;T0* _generic_list;T0* _written_mark;T0* _run_type;};
  1009. extern T247 M247;
  1010. struct S251{int id;T0* _base_class_name;};
  1011. extern T251 M251;
  1012. struct S196{int id;T0* _base_class;T0* _names;T0* _header_comment;T0* _clients;T0* _result_type;T0* _value_mem;};
  1013. extern T196 M196;
  1014. struct S183{int id;T0* _base_class;T0* _names;T0* _header_comment;T0* _clients;T0* _result_type;T0* _values;};
  1015. extern T183 M183;
  1016. extern T350 M350;
  1017. struct S342{int id;T0* _current_type;T0* _clients_memory;T0* _actuals_clients;T0* _name;T0* _require_assertion;T0* _ensure_assertion;T2 _use_current_state;T0* _base_feature;T0* _arguments;T0* _result_type;T0* _local_vars;T0* _routine_body;T0* _rescue_compound;};
  1018. extern T342 M342;
  1019. struct S255{int id;T0* _base_class_name;};
  1020. extern T255 M255;
  1021. struct S77{T0* _list;};
  1022. extern T77 M77;
  1023. struct S76{T0* _start_position;T0* _list;};
  1024. extern T76 M76;
  1025. struct S194{int id;T0* _base_class;T0* _names;T0* _header_comment;T0* _clients;T0* _result_type;T0* _value_mem;};
  1026. extern T194 M194;
  1027. struct S282{int id;};
  1028. extern T282 M282;
  1029. struct S334{T0* _list;};
  1030. extern T334 M334;
  1031. struct S116{int id;T0* _target;T0* _arguments;T0* _feature_name;T0* _run_feature;};
  1032. extern T116 M116;
  1033. struct S167{int id;T0* _start_position;T0* _to_string;T0* _result_type;T2 _rank;T6 _is_used;};
  1034. extern T167 M167;
  1035. struct S302{T0* _start_position;T0* _items;};
  1036. extern T302 M302;
  1037. struct S359{int id;T0* _expression;T0* _result_type;};
  1038. extern T359 M359;
  1039. struct S107{int id;T0* _target;T0* _arguments;T0* _feature_name;T0* _run_feature;};
  1040. extern T107 M107;
  1041. struct S109{int id;T0* _target;T0* _arguments;T0* _feature_name;T0* _run_feature;};
  1042. extern T109 M109;
  1043. struct S227{T0* _start_position;T0* _header_comment;T0* _list;T0* _current_type;T0* _run_feature;};
  1044. extern T227 M227;
  1045. struct S241{int id;T0* _start_position;T0* _run_type;};
  1046. extern T241 M241;
  1047. struct S309{T0* _path;T8 _output_stream;};
  1048. extern T309 M309;
  1049. struct S322{T63 _storage;T2 _capacity;T2 _upper;};
  1050. extern T322 M322;
  1051. struct S23{T24 _storage;T2 _capacity;T2 _upper;};
  1052. extern T23 M23;
  1053. struct S32{T24 _storage;T2 _capacity;T2 _upper;T2 _lower;};
  1054. extern T32 M32;
  1055. struct S61{T63 _storage;T2 _capacity;T2 _upper;T2 _lower;};
  1056. extern T61 M61;
  1057. struct S219{T220 _storage;T2 _capacity;T2 _upper;T2 _lower;};
  1058. extern T219 M219;
  1059. struct S212{T213 _storage;T2 _capacity;T2 _upper;T2 _lower;};
  1060. extern T212 M212;
  1061. struct S244{int id;T0* _base_class_name;T0* _generic_list;T0* _written_mark;T0* _run_type_memory;};
  1062. extern T244 M244;
  1063. struct S157{int id;T0* _start_position;T0* _to_string;};
  1064. extern T157 M157;
  1065. struct S332{T333 _storage;T2 _capacity;T2 _upper;T2 _lower;};
  1066. extern T332 M332;
  1067. struct S321{T320 _storage;T2 _capacity;T2 _upper;T2 _lower;};
  1068. extern T321 M321;
  1069. struct S88{T91 _storage;T2 _capacity;T2 _upper;T2 _lower;};
  1070. extern T88 M88;
  1071. struct S164{int id;T0* _start_position;T2 _rank;T0* _local_var_list;};
  1072. extern T164 M164;
  1073. struct S222{T223 _storage;T2 _capacity;T2 _upper;T2 _lower;};
  1074. extern T222 M222;
  1075. struct S335{int id;T0* _current_type;T0* _clients_memory;T0* _actuals_clients;T0* _name;T0* _require_assertion;T0* _ensure_assertion;T2 _use_current_state;T0* _base_feature;T0* _arguments;};
  1076. extern T335 M335;
  1077. struct S159{int id;T0* _start_position;T0* _parent;T0* _current_type;T0* _arguments;T0* _run_feature;};
  1078. extern T159 M159;
  1079. struct S258{int id;T0* _base_class_name;T0* _generic_list;T0* _written_mark;T0* _run_type_memory;};
  1080. extern T258 M258;
  1081. struct S331{T0* _item;};
  1082. extern T331 M331;
  1083. struct S256{int id;T0* _base_class_name;};
  1084. extern T256 M256;
  1085. struct S248{int id;T0* _base_class_name;};
  1086. extern T248 M248;
  1087. struct S278{int id;};
  1088. extern T278 M278;
  1089. struct S10{T2 _state;T0* _style;};
  1090. extern T10 M10;
  1091. extern T356 M356;
  1092. extern T353 M353;
  1093. struct S215{int id;T0* _start_position;T0* _run_feature;};
  1094. extern T215 M215;
  1095. struct S352{int id;T246 _storage;T2 _capacity;T2 _upper;};
  1096. extern T352 M352;
  1097. extern T34 M34;
  1098. struct S280{int id;};
  1099. extern T280 M280;
  1100. struct S118{int id;T0* _target;T0* _arguments;T0* _feature_name;T0* _run_feature;};
  1101. extern T118 M118;
  1102. struct S324{int id;T0* _current_type;T0* _clients_memory;T0* _actuals_clients;T0* _name;T0* _require_assertion;T0* _ensure_assertion;T2 _use_current_state;T0* _base_feature;T0* _arguments;T0* _result_type;};
  1103. extern T324 M324;
  1104. extern T339 M339;
  1105. struct S239{int id;T0* _start_position;T0* _like_what;T0* _written_mark;T0* _run_type;};
  1106. extern T239 M239;
  1107. struct S354{int id;T355 _storage;T2 _capacity;T2 _upper;};
  1108. extern T354 M354;
  1109. struct S47{T48 _storage;T2 _capacity;T2 _upper;};
  1110. extern T47 M47;
  1111. struct S134{int id;T95 _storage;T2 _capacity;T2 _upper;};
  1112. extern T134 M134;
  1113. struct S180{T181 _storage;T2 _capacity;T2 _upper;};
  1114. extern T180 M180;
  1115. struct S285{int id;};
  1116. extern T285 M285;
  1117. struct S178{int id;T0* _target;T0* _arguments;T0* _feature_name;T0* _run_feature;};
  1118. extern T178 M178;
  1119. struct S33{T6 _verbose;};
  1120. extern T33 M33;
  1121. struct S146{int id;T0* _target;T0* _feature_name;T0* _run_feature;};
  1122. extern T146 M146;
  1123. struct S307{T308 _storage;T2 _capacity;T2 _upper;T2 _lower;};
  1124. extern T307 M307;
  1125. struct S242{int id;T0* _start_position;T0* _like_what;T0* _written_mark;T0* _run_feature;};
  1126. extern T242 M242;
  1127. struct S191{int id;T0* _base_class;T0* _names;T0* _header_comment;T0* _clients;T0* _result_type;T0* _first_value;T0* _remainder;};
  1128. extern T191 M191;
  1129. struct S319{T320 _storage;T2 _capacity;T2 _upper;};
  1130. extern T319 M319;
  1131. struct S81{T82 _storage;T2 _capacity;T2 _upper;};
  1132. extern T81 M81;
  1133. struct S93{int id;T0* _start_position;T0* _list;T0* _result_type;T0* _current_type;};
  1134. extern T93 M93;
  1135. struct S272{int id;T0* _base_class;T0* _names;T0* _header_comment;T0* _clients;T0* _arguments;T0* _obsolete_mark;T0* _require_assertion;T0* _ensure_assertion;T0* _end_comment;T0* _result_type;};
  1136. extern T272 M272;
  1137. struct S351{T0* _keys;T0* _store;T2 _modulus;T0* _buckets;T0* _chain;T2 _first_free_slot;T2 _cache_keys_idx;T2 _cache_user_idx;T2 _count;};
  1138. extern T351 M351;
  1139. struct S277{int id;};
  1140. extern T277 M277;
  1141. struct S56{T0* _start_position;T0* _clients;T0* _comment;T0* _procedure_list;};
  1142. extern T56 M56;
  1143. struct S224{int id;T0* _e_when;T0* _expression;T2 _expression_value;};
  1144. extern T224 M224;
  1145. struct S336{T6 _used;};
  1146. extern T336 M336;
  1147. struct S135{int id;T0* _target;T0* _feature_name;T0* _arguments;T0* _run_feature;};
  1148. extern T135 M135;
  1149. struct S133{int id;T0* _target;T0* _feature_name;T0* _run_feature;};
  1150. extern T133 M133;
  1151. struct S55{T0* _list;};
  1152. extern T55 M55;
  1153. struct S313{T0* _current_type;T2 _id;T6 _at_run_time;T0* _running;T6 _compile_to_c_done;T0* _feature_dictionary;T6 _runnable_class_invariant_done;T6 _strip_used;T0* _actuals_clients;};
  1154. extern T313 M313;
  1155. struct S216{int id;T0* _start_position;T0* _expression;T0* _when_list;T0* _else_position;T0* _else_compound;T0* _current_type;};
  1156. extern T216 M216;
  1157. struct S174{int id;T0* _start_position;T0* _to_string;T0* _result_type;T2 _rank;};
  1158. extern T174 M174;
  1159. struct S147{int id;T0* _target;T0* _feature_name;T0* _run_feature;T0* _arguments;};
  1160. extern T147 M147;
  1161. struct S117{int id;T0* _target;T0* _arguments;T0* _feature_name;T0* _run_feature;};
  1162. extern T117 M117;
  1163. struct S316{int id;T317 _storage;T2 _capacity;T2 _upper;};
  1164. extern T316 M316;
  1165. struct S201{T208 _storage;T2 _capacity;T2 _upper;};
  1166. extern T201 M201;
  1167. struct S218{T0* _e_inspect;T0* _list;};
  1168. extern T218 M218;
  1169. struct S329{int id;T0* _current_type;T0* _clients_memory;T0* _actuals_clients;T0* _name;T0* _require_assertion;T0* _ensure_assertion;T2 _use_current_state;T0* _base_feature;T0* _arguments;T0* _result_type;};
  1170. extern T329 M329;
  1171. struct S203{T0* _start_position;T0* _header_comment;T0* _list;T0* _current_type;T0* _run_feature;};
  1172. extern T203 M203;
  1173. struct S200{T0* _header_comment;T0* _current_type;T0* _first_one;T0* _remainder;};
  1174. extern T200 M200;
  1175. struct S94{int id;T95 _storage;T2 _capacity;T2 _upper;T2 _lower;};
  1176. extern T94 M94;
  1177. struct S231{int id;T0* _start_position;T0* _writable;T0* _current_type;};
  1178. extern T231 M231;
  1179. struct S315{T0* _keys;T0* _store;T2 _modulus;T0* _buckets;T0* _chain;T2 _first_free_slot;T2 _cache_keys_idx;T2 _cache_user_idx;T2 _count;};
  1180. extern T315 M315;
  1181. struct S225{int id;T0* _e_when;T0* _upper;T0* _lower;T2 _upper_value;T2 _lower_value;};
  1182. extern T225 M225;
  1183. struct S270{int id;T0* _base_class;T0* _names;T0* _header_comment;T0* _clients;T0* _arguments;T0* _obsolete_mark;T0* _require_assertion;T0* _ensure_assertion;T0* _end_comment;};
  1184. extern T270 M270;
  1185. struct S108{int id;T0* _target;T0* _arguments;T0* _feature_name;T0* _run_feature;};
  1186. extern T108 M108;
  1187. struct S110{int id;T0* _target;T0* _arguments;T0* _feature_name;T0* _run_feature;};
  1188. extern T110 M110;
  1189. struct S111{int id;T0* _target;T0* _arguments;T0* _feature_name;};
  1190. extern T111 M111;
  1191. struct S287{int id;T0* _base_class;T0* _names;T0* _header_comment;T0* _local_vars;T0* _clients;T0* _arguments;T0* _obsolete_mark;T0* _require_assertion;T0* _ensure_assertion;T0* _end_comment;T0* _routine_body;T0* _rescue_compound;T2 _use_current_state;};
  1192. extern T287 M287;
  1193. struct S360{int id;T0* _run_class;T0* _written_mark;T0* _expanded_type;};
  1194. extern T360 M360;
  1195. struct S326{int id;T0* _type_bit;T0* _written_mark;T0* _run_time_mark;};
  1196. extern T326 M326;
  1197. struct S38{T40 _storage;T2 _capacity;T2 _upper;};
  1198. extern T38 M38;
  1199. struct S114{int id;T0* _target;T0* _arguments;T0* _feature_name;T0* _run_feature;};
  1200. extern T114 M114;
  1201. struct S119{int id;T0* _target;T0* _arguments;T0* _feature_name;T0* _run_feature;};
  1202. extern T119 M119;
  1203. struct S132{T0* _first_one;T0* _remainder;T0* _current_type;};
  1204. extern T132 M132;
  1205. struct S127{int id;T0* _target;T0* _run_feature;T0* _feature_name;};
  1206. extern T127 M127;
  1207. struct S143{int id;T0* _feature_name;T0* _current_type;T0* _run_feature;};
  1208. extern T143 M143;
  1209. struct S190{int id;T0* _base_class;T0* _names;T0* _header_comment;T0* _clients;T0* _result_type;T0* _value_mem;};
  1210. extern T190 M190;
  1211. struct S243{int id;T0* _base_class_name;};
  1212. extern T243 M243;
  1213. struct S41{T2 _id;T0* _path;T0* _index_list;T0* _heading_comment1;T6 _is_deferred;T6 _is_expanded;T0* _name;T0* _formal_generic_list;T0* _heading_comment2;T0* _obsolete_type_string;T0* _parent_list;T0* _creation_clause_list;T0* _feature_clause_list;T0* _class_invariant;T0* _end_comment;T0* _feature_dictionary;T0* _isom;};
  1214. extern T41 M41;
  1215. struct S211{T0* _list;T0* _current_type;};
  1216. extern T211 M211;
  1217. struct S214{int id;T0* _expression;T0* _comment;};
  1218. extern T214 M214;
  1219. struct S126{int id;T0* _target;T0* _run_feature;T0* _feature_name;};
  1220. extern T126 M126;
  1221. struct S152{int id;T0* _start_position;};
  1222. extern T152 M152;
  1223. struct S172{int id;T0* _start_position;T2 _rank;T0* _formal_arg_list;};
  1224. extern T172 M172;
  1225. struct S209{int id;T0* _instruction;T0* _comment;};
  1226. extern T209 M209;
  1227. struct S206{int id;T0* _start_position;T0* _ifthenlist;T0* _else_compound;T0* _current_type;};
  1228. extern T206 M206;
  1229. struct S325{int id;T0* _current_type;T0* _clients_memory;T0* _actuals_clients;T0* _name;T2 _use_current_state;T0* _base_feature;T0* _value;T0* _result_type;};
  1230. extern T325 M325;
  1231. struct S291{int id;T0* _base_class;T0* _names;T0* _header_comment;T0* _local_vars;T0* _clients;T0* _arguments;T0* _obsolete_mark;T0* _require_assertion;T0* _ensure_assertion;T0* _end_comment;T0* _routine_body;T0* _rescue_compound;T2 _use_current_state;T0* _result_type;};
  1232. extern T291 M291;
  1233. struct S29{T6 _push_back_flag;T0* _path;T8 _input_stream;T2 _memory;};
  1234. extern T29 M29;
  1235. extern T311 M311;
  1236. struct S347{int id;T0* _current_type;T0* _clients_memory;T0* _actuals_clients;T0* _name;T0* _require_assertion;T0* _ensure_assertion;T2 _use_current_state;T0* _base_feature;T0* _arguments;T0* _local_vars;T0* _routine_body;T0* _rescue_compound;};
  1237. extern T347 M347;
  1238. T7*se_ms(int c,char*e);
  1239. T7*e2s(char*e);
  1240. char*s2e(T7*s);
  1241. /*
  1242. -- This file is  free  software, which  comes  along  with  SmallEiffel. This
  1243. -- software  is  distributed  in the hope that it will be useful, but WITHOUT 
  1244. -- ANY  WARRANTY;  without  even  the  implied warranty of MERCHANTABILITY or
  1245. -- FITNESS  FOR A PARTICULAR PURPOSE. You can modify it as you want, provided
  1246. -- this header is kept unaltered, and a notification of the changes is added.
  1247. -- You  are  allowed  to  redistribute  it and sell it, alone or as a part of 
  1248. -- another product.
  1249. --          Copyright (C) 1994-98 LORIA - UHP - CRIN - INRIA - FRANCE
  1250. --            Dominique COLNET and Suzanne COLLIN - colnet@loria.fr 
  1251. --                       http://www.loria.fr/SmallEiffel
  1252. --
  1253. */
  1254.  
  1255. /*
  1256.   This file (boost.h) is automatically included when `run_control.boost' is
  1257.   true (ie. only for mode -boost).
  1258. */
  1259. #define SE_BOOST 1
  1260. void se_print_run_time_stack (void);
  1261. void sigrsp(int sig);
  1262. T6 r6_ix_not(T6 C);
  1263. T6 r6_px_and(T6 C,T6 a1);
  1264. void r2append_in(T2 C,T0* a1);
  1265. T0* r2to_string(T2 C);
  1266. T3 r2hexadecimal_digit(T2 C);
  1267. T2 r2min(T2 C,T2 a1);
  1268. T3 r2digit(T2 C);
  1269. T2 r2max(T2 C,T2 a1);
  1270. T2 r2hash_code(T2 C);
  1271. T3 r3to_upper(T3 C);
  1272. T6 r3is_separator(T3 C);
  1273. T3 r3to_lower(T3 C);
  1274. T6 r3same_as(T3 C,T3 a1);
  1275. T6 r3_px_6261(T3 C,T3 a1);
  1276. T6 r3is_letter(T3 C);
  1277. T6 r3is_digit(T3 C);
  1278. T2 r3value(T3 C);
  1279. T333 r333realloc(T333 C,T2 a1,T2 a2);
  1280. void r333set_all_with(T333 C,T0* a1,T2 a2);
  1281. T2 r333fast_index_of(T333 C,T0* a1,T2 a2);
  1282. void r333copy_from(T333 C,T333 a1,T2 a2);
  1283. T320 r320realloc(T320 C,T2 a1,T2 a2);
  1284. void r320set_all_with(T320 C,T0* a1,T2 a2);
  1285. T2 r320fast_index_of(T320 C,T0* a1,T2 a2);
  1286. void r320copy_from(T320 C,T320 a1,T2 a2);
  1287. T6 r9fast_memcmp(T9 C,T9 a1,T2 a2);
  1288. T9 r9realloc(T9 C,T2 a1,T2 a2);
  1289. void r9set_all_with(T9 C,T3 a1,T2 a2);
  1290. void r9copy_at(T9 C,T2 a1,T9 a2,T2 a3);
  1291. T2 r9fast_index_of(T9 C,T3 a1,T2 a2);
  1292. void r9copy_from(T9 C,T9 a1,T2 a2);
  1293. T91 r91realloc(T91 C,T2 a1,T2 a2);
  1294. void r91set_all_with(T91 C,T0* a1,T2 a2);
  1295. T2 r91fast_index_of(T91 C,T0* a1,T2 a2);
  1296. void r91copy_from(T91 C,T91 a1,T2 a2);
  1297. T82 r82realloc(T82 C,T2 a1,T2 a2);
  1298. void r82clear_all(T82 C,T2 a1);
  1299. void r82set_all_with(T82 C,T0* a1,T2 a2);
  1300. void r82copy_from(T82 C,T82 a1,T2 a2);
  1301. T223 r223realloc(T223 C,T2 a1,T2 a2);
  1302. void r223copy_from(T223 C,T223 a1,T2 a2);
  1303. T40 r40realloc(T40 C,T2 a1,T2 a2);
  1304. T6 r40equal_like(T0* a1,T0* a2);
  1305. T2 r40fast_index_of(T40 C,T0* a1,T2 a2);
  1306. void r40copy_from(T40 C,T40 a1,T2 a2);
  1307. T2 r40index_of(T40 C,T0* a1,T2 a2);
  1308. T355 r355realloc(T355 C,T2 a1,T2 a2);
  1309. void r355clear_all(T355 C,T2 a1);
  1310. void r355copy_from(T355 C,T355 a1,T2 a2);
  1311. T48 r48realloc(T48 C,T2 a1,T2 a2);
  1312. void r48set_all_with(T48 C,T0* a1,T2 a2);
  1313. T2 r48fast_index_of(T48 C,T0* a1,T2 a2);
  1314. void r48copy_from(T48 C,T48 a1,T2 a2);
  1315. T95 r95realloc(T95 C,T2 a1,T2 a2);
  1316. void r95clear_all(T95 C,T2 a1);
  1317. void r95copy_from(T95 C,T95 a1,T2 a2);
  1318. T181 r181realloc(T181 C,T2 a1,T2 a2);
  1319. void r181copy_from(T181 C,T181 a1,T2 a2);
  1320. T349 r349realloc(T349 C,T2 a1,T2 a2);
  1321. void r349set_all_with(T349 C,T6 a1,T2 a2);
  1322. void r349move(T349 C,T2 a1,T2 a2,T2 a3);
  1323. void r349copy_from(T349 C,T349 a1,T2 a2);
  1324. void r349clear(T349 C,T2 a1,T2 a2);
  1325. T46 r46realloc(T46 C,T2 a1,T2 a2);
  1326. void r46set_all_with(T46 C,T2 a1,T2 a2);
  1327. T2 r46fast_index_of(T46 C,T2 a1,T2 a2);
  1328. void r46copy_from(T46 C,T46 a1,T2 a2);
  1329. T344 r344realloc(T344 C,T2 a1,T2 a2);
  1330. void r344set_all_with(T344 C,T0* a1,T2 a2);
  1331. T2 r344fast_index_of(T344 C,T0* a1,T2 a2);
  1332. void r344copy_from(T344 C,T344 a1,T2 a2);
  1333. T341 r341realloc(T341 C,T2 a1,T2 a2);
  1334. void r341set_all_with(T341 C,T0* a1,T2 a2);
  1335. T2 r341fast_index_of(T341 C,T0* a1,T2 a2);
  1336. void r341copy_from(T341 C,T341 a1,T2 a2);
  1337. T246 r246realloc(T246 C,T2 a1,T2 a2);
  1338. void r246set_all_with(T246 C,T0* a1,T2 a2);
  1339. void r246copy_from(T246 C,T246 a1,T2 a2);
  1340. T187 r187realloc(T187 C,T2 a1,T2 a2);
  1341. void r187clear_all(T187 C,T2 a1);
  1342. void r187set_all_with(T187 C,T0* a1,T2 a2);
  1343. void r187copy_from(T187 C,T187 a1,T2 a2);
  1344. T266 r266realloc(T266 C,T2 a1,T2 a2);
  1345. void r266copy_from(T266 C,T266 a1,T2 a2);
  1346. T72 r72realloc(T72 C,T2 a1,T2 a2);
  1347. void r72copy_from(T72 C,T72 a1,T2 a2);
  1348. T170 r170realloc(T170 C,T2 a1,T2 a2);
  1349. void r170set_all_with(T170 C,T0* a1,T2 a2);
  1350. void r170copy_from(T170 C,T170 a1,T2 a2);
  1351. T317 r317realloc(T317 C,T2 a1,T2 a2);
  1352. void r317set_all_with(T317 C,T0* a1,T2 a2);
  1353. T2 r317fast_index_of(T317 C,T0* a1,T2 a2);
  1354. void r317move(T317 C,T2 a1,T2 a2,T2 a3);
  1355. void r317clear(T317 C,T2 a1,T2 a2);
  1356. void r317copy_from(T317 C,T317 a1,T2 a2);
  1357. T304 r304realloc(T304 C,T2 a1,T2 a2);
  1358. void r304copy_from(T304 C,T304 a1,T2 a2);
  1359. T294 r294realloc(T294 C,T2 a1,T2 a2);
  1360. void r294copy_from(T294 C,T294 a1,T2 a2);
  1361. T208 r208realloc(T208 C,T2 a1,T2 a2);
  1362. void r208clear_all(T208 C,T2 a1);
  1363. void r208copy_from(T208 C,T208 a1,T2 a2);
  1364. T24 r24realloc(T24 C,T2 a1,T2 a2);
  1365. void r24set_all_with(T24 C,T0* a1,T2 a2);
  1366. T6 r24equal_like(T0* a1,T0* a2);
  1367. T2 r24fast_index_of(T24 C,T0* a1,T2 a2);
  1368. void r24copy_from(T24 C,T24 a1,T2 a2);
  1369. T2 r24index_of(T24 C,T0* a1,T2 a2);
  1370. T63 r63realloc(T63 C,T2 a1,T2 a2);
  1371. void r63copy_from(T63 C,T63 a1,T2 a2);
  1372. T220 r220realloc(T220 C,T2 a1,T2 a2);
  1373. void r220copy_from(T220 C,T220 a1,T2 a2);
  1374. T213 r213realloc(T213 C,T2 a1,T2 a2);
  1375. void r213copy_from(T213 C,T213 a1,T2 a2);
  1376. T363 r363realloc(T363 C,T2 a1,T2 a2);
  1377. void r363set_all_with(T363 C,T0* a1,T2 a2);
  1378. void r363copy_from(T363 C,T363 a1,T2 a2);
  1379. T58 r58realloc(T58 C,T2 a1,T2 a2);
  1380. void r58copy_from(T58 C,T58 a1,T2 a2);
  1381. T193 r193realloc(T193 C,T2 a1,T2 a2);
  1382. void r193clear_all(T193 C,T2 a1);
  1383. void r193set_all_with(T193 C,T0* a1,T2 a2);
  1384. void r193copy_from(T193 C,T193 a1,T2 a2);
  1385. T328 r328realloc(T328 C,T2 a1,T2 a2);
  1386. void r328set_all_with(T328 C,T0* a1,T2 a2);
  1387. void r328copy_from(T328 C,T328 a1,T2 a2);
  1388. T73 r73realloc(T73 C,T2 a1,T2 a2);
  1389. void r73set_all_with(T73 C,T0* a1,T2 a2);
  1390. void r73copy_from(T73 C,T73 a1,T2 a2);
  1391. T308 r308realloc(T308 C,T2 a1,T2 a2);
  1392. void r308copy_from(T308 C,T308 a1,T2 a2);
  1393. T80 r80realloc(T80 C,T2 a1,T2 a2);
  1394. void r80copy_from(T80 C,T80 a1,T2 a2);
  1395. T176 r176realloc(T176 C,T2 a1,T2 a2);
  1396. void r176set_all_with(T176 C,T0* a1,T2 a2);
  1397. void r176copy_from(T176 C,T176 a1,T2 a2);
  1398. T6 r7has(T7* C,T3 a1);
  1399. T8 r7to_external(T7* C);
  1400. void r7to_lower(T7* C);
  1401. T3 r7last(T7* C);
  1402. void r7extend(T7* C,T3 a1);
  1403. void r7swap(T7* C,T2 a1,T2 a2);
  1404. void r7copy(T7* C,T0* a1);
  1405. T2 r7hash_code(T7* C);
  1406. void r7to_upper(T7* C);
  1407. T0* r7twin(T7* C);
  1408. void r7set_last(T7* C,T3 a1);
  1409. void r7remove_last(T7* C,T2 a1);
  1410. T6 r7is_equal(T7* C,T0* a1);
  1411. T6 r7has_suffix(T7* C,T0* a1);
  1412. T6 r7same_as(T7* C,T0* a1);
  1413. T2 r7index_of_string(T7* C,T0* a1);
  1414. void r7prepend(T7* C,T0* a1);
  1415. void r7to_hexadecimal(T7* C);
  1416. void r7add_first(T7* C,T3 a1);
  1417. T6 r7has_string(T7* C,T0* a1);
  1418. void r7make(T7* C,T2 a1);
  1419. void r7append(T7* C,T0* a1);
  1420. void r7blank(T7* C,T2 a1);
  1421. T2 r7index_of(T7* C,T3 a1);
  1422. void r57add_last(T57* C,T0* a1);
  1423. T0* r57item(T57* C,T2 a1);
  1424. T0* r57first(T57* C);
  1425. T2 r57count(T57* C);
  1426. T0* r205twin(T205* C);
  1427. void r205add_last(T205* C,T0* a1);
  1428. T0* r205item(T205* C,T2 a1);
  1429. T2 r205count(T205* C);
  1430. void r205copy(T205* C,T0* a1);
  1431. void r327with_capacity(T327* C,T2 a1);
  1432. void r327add_last(T327* C,T0* a1);
  1433. void r327resize(T327* C,T2 a1);
  1434. void r327make(T327* C,T2 a1);
  1435. void r68with_capacity(T68* C,T2 a1);
  1436. void r68add_last(T68* C,T0* a1);
  1437. void r68make(T68* C,T2 a1);
  1438. void r79add_last(T79* C,T0* a1);
  1439. T0* r79item(T79* C,T2 a1);
  1440. T2 r79count(T79* C);
  1441. T0* r175twin(T175* C);
  1442. void r175add_last(T175* C,T0* a1);
  1443. T0* r175item(T175* C,T2 a1);
  1444. T0* r175first(T175* C);
  1445. T2 r175count(T175* C);
  1446. void r175make(T175* C,T2 a1,T2 a2);
  1447. void r175copy(T175* C,T0* a1);
  1448. void r186with_capacity(T186* C,T2 a1);
  1449. T0* r186twin(T186* C);
  1450. void r186add_last(T186* C,T0* a1);
  1451. void r186make(T186* C,T2 a1);
  1452. void r186copy(T186* C,T0* a1);
  1453. T0* r245twin(T245* C);
  1454. void r245add_last(T245* C,T0* a1);
  1455. T0* r245item(T245* C,T2 a1);
  1456. T0* r245first(T245* C);
  1457. T2 r245count(T245* C);
  1458. void r245copy(T245* C,T0* a1);
  1459. void r45with_capacity(T45* C,T2 a1);
  1460. void r45add_last(T45* C,T2 a1);
  1461. T6 r45valid_index(T45* C,T2 a1);
  1462. void r45resize(T45* C,T2 a1);
  1463. T6 r45fast_has(T45* C,T2 a1);
  1464. void r45make(T45* C,T2 a1);
  1465. T2 r45fast_index_of(T45* C,T2 a1);
  1466. void r323force(T323* C,T0* a1,T2 a2);
  1467. T0* r323item(T323* C,T2 a1);
  1468. void r323resize(T323* C,T2 a1,T2 a2);
  1469. void r323make(T323* C,T2 a1,T2 a2);
  1470. void r71add_last(T71* C,T0* a1);
  1471. T0* r71item(T71* C,T2 a1);
  1472. T2 r71count(T71* C);
  1473. T0* r169twin(T169* C);
  1474. void r169add_last(T169* C,T0* a1);
  1475. T0* r169item(T169* C,T2 a1);
  1476. T2 r169count(T169* C);
  1477. void r169make(T169* C,T2 a1,T2 a2);
  1478. void r169copy(T169* C,T0* a1);
  1479. void r303add_last(T303* C,T0* a1);
  1480. T0* r303item(T303* C,T2 a1);
  1481. T2 r303count(T303* C);
  1482. void r293add_last(T293* C,T0* a1);
  1483. T0* r293item(T293* C,T2 a1);
  1484. T0* r293first(T293* C);
  1485. T2 r293count(T293* C);
  1486. void r264add_last(T264* C,T0* a1);
  1487. T0* r264item(T264* C,T2 a1);
  1488. T2 r264count(T264* C);
  1489. void r343with_capacity(T343* C,T2 a1);
  1490. void r343add_last(T343* C,T0* a1);
  1491. T6 r343valid_index(T343* C,T2 a1);
  1492. void r343resize(T343* C,T2 a1);
  1493. T6 r343fast_has(T343* C,T0* a1);
  1494. void r343make(T343* C,T2 a1);
  1495. T2 r343fast_index_of(T343* C,T0* a1);
  1496. void r340with_capacity(T340* C,T2 a1);
  1497. void r340add_last(T340* C,T0* a1);
  1498. T6 r340valid_index(T340* C,T2 a1);
  1499. void r340resize(T340* C,T2 a1);
  1500. T6 r340fast_has(T340* C,T0* a1);
  1501. void r340make(T340* C,T2 a1);
  1502. T2 r340fast_index_of(T340* C,T0* a1);
  1503. void r362resize(T362* C,T2 a1);
  1504. void r362make(T362* C,T2 a1);
  1505. void r192with_capacity(T192* C,T2 a1);
  1506. T0* r192twin(T192* C);
  1507. void r192add_last(T192* C,T0* a1);
  1508. void r192resize(T192* C,T2 a1);
  1509. void r192make(T192* C,T2 a1);
  1510. void r192copy(T192* C,T0* a1);
  1511. void r348force(T348* C,T6 a1,T2 a2);
  1512. T6 r348item(T348* C,T2 a1);
  1513. T6 r348valid_index(T348* C,T2 a1);
  1514. void r348set_slice_with(T348* C,T6 a1,T2 a2,T2 a3);
  1515. void r348resize(T348* C,T2 a1,T2 a2);
  1516. void r348make(T348* C,T2 a1,T2 a2);
  1517. void r155add_last(T155* C,T2 a1);
  1518. T6 r155valid_index(T155* C,T2 a1);
  1519. T2 r155count(T155* C);
  1520. T6 r155fast_has(T155* C,T2 a1);
  1521. T2 r155fast_index_of(T155* C,T2 a1);
  1522. void r322with_capacity(T322* C,T2 a1);
  1523. void r322add_last(T322* C,T0* a1);
  1524. void r322remove_last(T322* C);
  1525. T0* r322last(T322* C);
  1526. T6 r322empty(T322* C);
  1527. void r23with_capacity(T23* C,T2 a1);
  1528. void r23add_last(T23* C,T0* a1);
  1529. void r23resize(T23* C,T2 a1);
  1530. void r23make(T23* C,T2 a1);
  1531. T2 r23fast_index_of(T23* C,T0* a1);
  1532. void r32with_capacity(T32* C,T2 a1,T2 a2);
  1533. void r32add_last(T32* C,T0* a1);
  1534. T0* r32item(T32* C,T2 a1);
  1535. T6 r32valid_index(T32* C,T2 a1);
  1536. T0* r32first(T32* C);
  1537. T2 r32count(T32* C);
  1538. void r32make(T32* C,T2 a1,T2 a2);
  1539. T6 r32fast_has(T32* C,T0* a1);
  1540. T2 r32fast_index_of(T32* C,T0* a1);
  1541. void r32clear(T32* C);
  1542. T6 r32empty(T32* C);
  1543. T2 r32index_of(T32* C,T0* a1);
  1544. void r61add_last(T61* C,T0* a1);
  1545. T0* r61item(T61* C,T2 a1);
  1546. T0* r61first(T61* C);
  1547. T2 r61count(T61* C);
  1548. T0* r219twin(T219* C);
  1549. void r219add_last(T219* C,T0* a1);
  1550. T0* r219item(T219* C,T2 a1);
  1551. T2 r219count(T219* C);
  1552. void r219copy(T219* C,T0* a1);
  1553. T0* r212twin(T212* C);
  1554. void r212add_last(T212* C,T0* a1);
  1555. T0* r212item(T212* C,T2 a1);
  1556. T2 r212count(T212* C);
  1557. void r212copy(T212* C,T0* a1);
  1558. void r332add_last(T332* C,T0* a1);
  1559. T0* r332item(T332* C,T2 a1);
  1560. T6 r332valid_index(T332* C,T2 a1);
  1561. T2 r332count(T332* C);
  1562. T6 r332fast_has(T332* C,T0* a1);
  1563. void r332make(T332* C,T2 a1,T2 a2);
  1564. T2 r332fast_index_of(T332* C,T0* a1);
  1565. void r332clear(T332* C);
  1566. T6 r332empty(T332* C);
  1567. void r321add_last(T321* C,T0* a1);
  1568. T6 r321valid_index(T321* C,T2 a1);
  1569. T2 r321count(T321* C);
  1570. T6 r321fast_has(T321* C,T0* a1);
  1571. T2 r321fast_index_of(T321* C,T0* a1);
  1572. T0* r88twin(T88* C);
  1573. void r88add_last(T88* C,T0* a1);
  1574. T0* r88item(T88* C,T2 a1);
  1575. T6 r88valid_index(T88* C,T2 a1);
  1576. T2 r88count(T88* C);
  1577. T6 r88fast_has(T88* C,T0* a1);
  1578. void r88make(T88* C,T2 a1,T2 a2);
  1579. T2 r88fast_index_of(T88* C,T0* a1);
  1580. void r88clear(T88* C);
  1581. void r88copy(T88* C,T0* a1);
  1582. T6 r88empty(T88* C);
  1583. T0* r222twin(T222* C);
  1584. void r222add_last(T222* C,T0* a1);
  1585. T0* r222item(T222* C,T2 a1);
  1586. T2 r222count(T222* C);
  1587. void r222copy(T222* C,T0* a1);
  1588. void r352clear_all(T352* C);
  1589. T2 r352count(T352* C);
  1590. void r352resize(T352* C,T2 a1);
  1591. void r352make(T352* C,T2 a1);
  1592. void r354with_capacity(T354* C,T2 a1);
  1593. T0* r354twin(T354* C);
  1594. void r354add_last(T354* C,T0* a1);
  1595. void r354copy(T354* C,T0* a1);
  1596. void r47with_capacity(T47* C,T2 a1);
  1597. void r47add_last(T47* C,T0* a1);
  1598. T6 r47valid_index(T47* C,T2 a1);
  1599. void r47resize(T47* C,T2 a1);
  1600. T6 r47fast_has(T47* C,T0* a1);
  1601. void r47make(T47* C,T2 a1);
  1602. T2 r47fast_index_of(T47* C,T0* a1);
  1603. void r134with_capacity(T134* C,T2 a1);
  1604. T0* r134twin(T134* C);
  1605. void r134add_last(T134* C,T0* a1);
  1606. T0* r134item(T134* C,T2 a1);
  1607. void r134copy(T134* C,T0* a1);
  1608. void r180with_capacity(T180* C,T2 a1);
  1609. void r180add_last(T180* C,T0* a1);
  1610. void r307add_last(T307* C,T0* a1);
  1611. T0* r307item(T307* C,T2 a1);
  1612. T2 r307count(T307* C);
  1613. void r319with_capacity(T319* C,T2 a1);
  1614. void r319add_last(T319* C,T0* a1);
  1615. void r319resize(T319* C,T2 a1);
  1616. void r319make(T319* C,T2 a1);
  1617. T2 r319fast_index_of(T319* C,T0* a1);
  1618. void r81with_capacity(T81* C,T2 a1);
  1619. T0* r81twin(T81* C);
  1620. void r81add_last(T81* C,T0* a1);
  1621. void r81resize(T81* C,T2 a1);
  1622. void r81make(T81* C,T2 a1);
  1623. void r81copy(T81* C,T0* a1);
  1624. T6 r81empty(T81* C);
  1625. void r316with_capacity(T316* C,T2 a1);
  1626. void r316clear_all(T316* C);
  1627. void r316add_last(T316* C,T0* a1);
  1628. T0* r316item(T316* C,T2 a1);
  1629. T6 r316valid_index(T316* C,T2 a1);
  1630. T2 r316count(T316* C);
  1631. void r316resize(T316* C,T2 a1);
  1632. T6 r316fast_has(T316* C,T0* a1);
  1633. void r316make(T316* C,T2 a1);
  1634. T2 r316fast_index_of(T316* C,T0* a1);
  1635. void r201with_capacity(T201* C,T2 a1);
  1636. T0* r201twin(T201* C);
  1637. void r201add_last(T201* C,T0* a1);
  1638. void r201copy(T201* C,T0* a1);
  1639. T0* r94twin(T94* C);
  1640. void r94add_last(T94* C,T0* a1);
  1641. T0* r94item(T94* C,T2 a1);
  1642. T2 r94count(T94* C);
  1643. void r94copy(T94* C,T0* a1);
  1644. void r38with_capacity(T38* C,T2 a1);
  1645. T6 r38has(T38* C,T0* a1);
  1646. void r38add_last(T38* C,T0* a1);
  1647. T6 r38valid_index(T38* C,T2 a1);
  1648. T6 r38fast_has(T38* C,T0* a1);
  1649. T2 r38fast_index_of(T38* C,T0* a1);
  1650. T2 r38index_of(T38* C,T0* a1);
  1651. void r53with_capacity(T53* C,T2 a1);
  1652. T6 r53has(T53* C,T0* a1);
  1653. void r53expand(T53* C);
  1654. void r53resize_buckets(T53* C,T2 a1);
  1655. T0* r53at(T53* C,T0* a1);
  1656. void r53put(T53* C,T0* a1,T0* a2);
  1657. void r44with_capacity(T44* C,T2 a1);
  1658. T6 r44has(T44* C,T0* a1);
  1659. void r44expand(T44* C);
  1660. void r44resize_buckets(T44* C,T2 a1);
  1661. void r44remove(T44* C,T0* a1);
  1662. T0* r44at(T44* C,T0* a1);
  1663. void r44put(T44* C,T0* a1,T0* a2);
  1664. void r318with_capacity(T318* C,T2 a1);
  1665. T6 r318has(T318* C,T0* a1);
  1666. void r318expand(T318* C);
  1667. void r318resize_buckets(T318* C,T2 a1);
  1668. T0* r318item(T318* C,T2 a1);
  1669. void r318set_cache_user_idx(T318* C,T2 a1);
  1670. T0* r318at(T318* C,T0* a1);
  1671. void r318put(T318* C,T0* a1,T0* a2);
  1672. void r74with_capacity(T74* C,T2 a1);
  1673. T6 r74has(T74* C,T0* a1);
  1674. void r74expand(T74* C);
  1675. void r74resize_buckets(T74* C,T2 a1);
  1676. T0* r74at(T74* C,T0* a1);
  1677. void r74put(T74* C,T0* a1,T0* a2);
  1678. void r361with_capacity(T361* C,T2 a1);
  1679. T6 r361has(T361* C,T0* a1);
  1680. void r361expand(T361* C);
  1681. void r361resize_buckets(T361* C,T2 a1);
  1682. void r361put(T361* C,T0* a1,T0* a2);
  1683. void r357with_capacity(T357* C,T2 a1);
  1684. T6 r357has(T357* C,T0* a1);
  1685. void r357expand(T357* C);
  1686. void r357resize_buckets(T357* C,T2 a1);
  1687. void r357put(T357* C,T0* a1,T0* a2);
  1688. void r351with_capacity(T351* C,T2 a1);
  1689. T6 r351has(T351* C,T2 a1);
  1690. void r351expand(T351* C);
  1691. void r351resize_buckets(T351* C,T2 a1);
  1692. void r351put(T351* C,T0* a1,T2 a2);
  1693. void r315with_capacity(T315* C,T2 a1);
  1694. T6 r315has(T315* C,T0* a1);
  1695. void r315expand(T315* C);
  1696. void r315resize_buckets(T315* C,T2 a1);
  1697. T0* r315at(T315* C,T0* a1);
  1698. void r315put(T315* C,T0* a1,T0* a2);
  1699. T0* r156add_comment(T156* C,T0* a1);
  1700. T2 r156to_integer(T156* C);
  1701. void r156print_as_target(T156* C);
  1702. void r156bracketed_pretty_print(T156* C);
  1703. extern T0*oBC11eh;
  1704. T0* r156to_runnable(T156* C,T0* a1);
  1705. extern T0*oBC11fmt;
  1706. void r156error(T0* a1,T0* a2);
  1707. void r156make(T156* C,T0* a1,T0* a2);
  1708. void r156pretty_print(T156* C);
  1709. extern T0*oBC11unique_string;
  1710. void r90make(T90* C,T0* a1,T0* a2);
  1711. void r121declaration_pretty_print(T121* C);
  1712. void r121undefine_in(T121* C,T0* a1);
  1713. T0* r121origin_base_class(T121* C);
  1714. void r121declaration_in(T121* C,T0* a1);
  1715. void r121error(T0* a1,T0* a2);
  1716. void r121make(T121* C,T0* a1,T0* a2);
  1717. void r199add_into(T199* C,T0* a1);
  1718. void r199make(T199* C,T0* a1,T0* a2,T0* a3);
  1719. void r199pretty_print(T199* C);
  1720. void r199make_runnable(T199* C,T0* a1,T0* a2,T0* a3);
  1721. T0* r199name(T199* C);
  1722. T0* r66for_infix(T0* a1);
  1723. extern T0*oBC66memory;
  1724. T0* r66read(T0* a1);
  1725. T0* r66item(T0* a1);
  1726. T0* r66for_precursor(T2 a1,T0* a2);
  1727. extern int fBC66initialize;
  1728. void r66initialize(void);
  1729. T0* r66key_for_prefix_infix(T0* a1,T0* a2);
  1730. extern T0*oBC66tmp_string;
  1731. T0* r66for_prefix(T0* a1);
  1732. void r66add2(T0* a1);
  1733. extern T0*oBC11eiffel_parser;
  1734. extern T0*oBC11run_control;
  1735. T0* r204add_comment(T204* C,T0* a1);
  1736. T0* r204to_runnable(T204* C,T0* a1);
  1737. void r204make(T204* C,T0* a1,T0* a2,T0* a3);
  1738. void r204pretty_print(T204* C);
  1739. T0* r197start_position(T197* C);
  1740. T6 r197is_merge_with(T197* C,T0* a1,T0* a2);
  1741. void r197pretty_print_profile(T197* C);
  1742. void r197add_into(T197* C,T0* a1);
  1743. T6 r197can_hide(T197* C,T0* a1,T0* a2);
  1744. T0* r197try_to_undefine(T197* C,T0* a1,T0* a2);
  1745. extern T0*oBC75assertion_collector;
  1746. extern T0*oBC11small_eiffel;
  1747. T0* r197to_run_feature(T197* C,T0* a1,T0* a2);
  1748. void r197merge_header_comments(T197* C,T0* a1);
  1749. extern T0*oBC75header_comment_memory;
  1750. extern T0*oBC75require_collector;
  1751. T0* r197try_to_undefine_aux(T197* C,T0* a1,T0* a2);
  1752. void r197error(T0* a1,T0* a2);
  1753. void r197make(T197* C,T0* a1,T0* a2,T0* a3);
  1754. void r197pretty_print_names(T197* C);
  1755. void r197pretty_print(T197* C);
  1756. void r197collect_for(T2 a1);
  1757. void r197pretty_tail(T197* C);
  1758. T0* r51a_alias(T51* C);
  1759. T6 r51a_type_formal_generic(T51* C);
  1760. void r51err_exp(T0* a1,T0* a2);
  1761. T6 r51a_rename_pair(T51* C);
  1762. T0* r51last_result(T51* C);
  1763. void r51a_function_call(T51* C);
  1764. T6 r51a_real_constant(T51* C);
  1765. T6 r51a_assignment_or_call(T51* C);
  1766. T6 r51a_strip(T51* C);
  1767. extern T0*oBC51faof;
  1768. void r51a_indexing(T51* C);
  1769. T0* r51a_actuals(T51* C);
  1770. T0* r51a_clients(T51* C);
  1771. extern T0*oBC11echo;
  1772. extern T0*oBC51tmp_name;
  1773. void r51a_feature_clause(T51* C);
  1774. T6 r51a_integer(T51* C);
  1775. T0* r51current_position(T51* C);
  1776. extern T0*oBC51forbidden_class;
  1777. T6 r51a_manifest_string(T51* C);
  1778. void r51a_class_declaration(T51* C);
  1779. void r51a_after_a_dot(T51* C,T6 a1,T0* a2);
  1780. T6 r51a_actual(T51* C);
  1781. T6 r51a_infix(T51* C);
  1782. extern T0*oBC11parser_buffer;
  1783. void r51a_parent_list(T51* C,T0* a1,T0* a2);
  1784. void r51prev_char(T51* C);
  1785. T6 r51a_inspect(T51* C);
  1786. T6 r51a_current(T51* C);
  1787. void r51a_rename_list(T51* C);
  1788. void r51next_char(T51* C);
  1789. T6 r51a_unary(T51* C);
  1790. T0* r51analyse_class(T51* C,T0* a1);
  1791. void r51skip_comments(T51* C);
  1792. T6 r51a_local_variable(T51* C);
  1793. T6 r51a_retry(T51* C);
  1794. T6 r51a_e10(T51* C);
  1795. T6 r51a_conditional(T51* C);
  1796. void r51a_r10(T51* C,T6 a1,T0* a2,T0* a3,T0* a4);
  1797. extern T0*oBC51tmp_string;
  1798. T6 r51a_tag_mark(T51* C);
  1799. void r51a_base_class_name1(T51* C);
  1800. T6 r51a_keyword(T51* C,T0* a1);
  1801. T0* r51a_routine_body(T51* C);
  1802. T6 r51a_void(T51* C);
  1803. T6 r51a_class_type(T51* C);
  1804. T0* r51a_assertion(T51* C);
  1805. T6 r51a_feature_name(T51* C);
  1806. T6 r51a_feature_declaration(T51* C);
  1807. void r51a_ascii_code(T51* C);
  1808. T0* r51to_proc_call(T51* C,T0* a1,T0* a2,T0* a3);
  1809. T6 r51a_index_value(T51* C);
  1810. T6 r51a_expression(T51* C);
  1811. T6 r51a_feature_name_list(T51* C);
  1812. T6 r51a_type(T51* C);
  1813. T0* r51a_routine(T51* C);
  1814. T6 r51a_creation(T51* C);
  1815. T6 r51a_real(T51* C);
  1816. void r51a_assignment_aux(T51* C,T6 a1);
  1817. T0* r51a_external(T51* C);
  1818. T6 r51a_debug(T51* C);
  1819. T6 r51a_parent(T51* C);
  1820. T6 r51a_bit_constant(T51* C);
  1821. void r51a_formal_generic_list(T51* C);
  1822. T6 r51skip1unless2(T51* C,T3 a1,T3 a2);
  1823. void r51fcp(T51* C,T0* a1);
  1824. T0* r51a_compound1(T51* C);
  1825. T6 r51a_result(T51* C);
  1826. T6 r51skip1(T51* C,T3 a1);
  1827. extern T0*oBC51lcs;
  1828. T6 r51skip2(T51* C,T3 a1,T3 a2);
  1829. T6 r51a_boolean_constant(T51* C);
  1830. T6 r51a_index_clause(T51* C);
  1831. T6 r51a_instruction(T51* C);
  1832. void r51wcpefnc(T51* C,T0* a1,T0* a2);
  1833. T6 r51a_base_type(T51* C);
  1834. void r51a_procedure_call(T51* C);
  1835. T0* r51pos(T2 a1,T2 a2);
  1836. void r51show_nb(T2 a1,T0* a2);
  1837. T6 r51a_identifier(T51* C);
  1838. T0* r51a_compound2(T51* C,T0* a1,T0* a2);
  1839. T6 r51a_loop(T51* C);
  1840. T6 r51a_base_class_name(T51* C);
  1841. T6 r51a_manifest_constant(T51* C);
  1842. T6 r51a_identifier1(T51* C);
  1843. void r51a_formal_arg_list(T51* C);
  1844. T6 r51a_check(T51* C);
  1845. void r51to_frozen_feature_name(T51* C);
  1846. T6 r51a_binary(T51* C,T0* a1);
  1847. void r51a_new_export_list(T51* C);
  1848. void r51a_creation_clause(T51* C,T0* a1);
  1849. T6 r51a_integer_constant(T51* C);
  1850. T6 r51a_prefix(T51* C);
  1851. void r51a_local_var_list(T51* C);
  1852. T6 r51a_precursor(T51* C,T6 a1);
  1853. T6 r51a_character_constant(T51* C);
  1854. T6 r51a_free_operator(T51* C);
  1855. void r51a_then_part_list(T51* C,T0* a1);
  1856. void r51warning(T0* a1,T0* a2);
  1857. T6 r51a_identifier2(T51* C);
  1858. void r51error(T0* a1,T0* a2);
  1859. T0* r51to_call(T0* a1,T0* a2,T0* a3);
  1860. extern T0*oBC51tmp_feature;
  1861. T6 r51a_e0(T51* C);
  1862. T0* r51get_comments(T51* C);
  1863. T6 r51a_e1(T51* C);
  1864. T6 r51a_e2(T51* C);
  1865. T6 r51a_then_part(T51* C,T0* a1);
  1866. T6 r51a_e3(T51* C);
  1867. T6 r51a_e4(T51* C);
  1868. T6 r51a_e5(T51* C);
  1869. T6 r51a_e6(T51* C);
  1870. void r51go_back_at(T51* C,T2 a1,T2 a2);
  1871. T6 r51a_e7(T51* C);
  1872. T6 r51a_e8(T51* C);
  1873. T6 r51a_e9(T51* C);
  1874. T6 r51a_when_part(T51* C,T0* a1);
  1875. T6 r51a_argument(T51* C);
  1876. void r51a_r1(T51* C,T0* a1);
  1877. void r51a_r2(T51* C,T0* a1);
  1878. void r51a_r3(T51* C,T0* a1);
  1879. void r51a_r4(T51* C,T0* a1);
  1880. void r51a_r5(T51* C,T0* a1);
  1881. void r51a_r6(T51* C,T0* a1);
  1882. void r51a_r7(T51* C,T0* a1);
  1883. void r51a_r8(T51* C,T0* a1);
  1884. T6 r51a_constant(T51* C);
  1885. T0* r267start_position(T267* C);
  1886. T0* r267add_comment(T267* C,T0* a1);
  1887. T0* r267right_type(T267* C);
  1888. void r267implicit_conversion(T267* C);
  1889. T0* r267to_runnable(T267* C,T0* a1);
  1890. void r267warning(T0* a1,T0* a2);
  1891. T0* r267left_type(T267* C);
  1892. void r267make(T267* C,T0* a1,T0* a2);
  1893. void r267pretty_print_assignment(T0* a1,T0* a2,T0* a3);
  1894. T6 r54ensure_check(T54* C);
  1895. T6 r54debug_check(T54* C);
  1896. T6 r54all_check(T54* C);
  1897. T6 r54boost(T54* C);
  1898. T6 r54require_check(T54* C);
  1899. T6 r54loop_check(T54* C);
  1900. void r306pretty_print(T306* C);
  1901. void r301make(T301* C,T0* a1,T0* a2);
  1902. void r301make_all(T301* C,T0* a1);
  1903. T6 r301affect(T301* C,T0* a1);
  1904. void r301pretty_print(T301* C);
  1905. T6 r42is_used(T0* a1);
  1906. T0* r42base_class(T42* C,T0* a1);
  1907. T6 r42re_load_class(T42* C,T0* a1);
  1908. extern T0*oBC11tmp_file_read;
  1909. void r42add_class(T42* C,T0* a1);
  1910. T0* r42load_class(T42* C,T0* a1);
  1911. T0* r42run_class(T0* a1);
  1912. T0* r42get_class(T0* a1);
  1913. void r42pop(T42* C);
  1914. extern T0*oBC42run_class_dictionary;
  1915. extern T0*oBC42parser_buffer_path;
  1916. extern T0*oBC42tmp_tail;
  1917. extern int fBC42rename_dictionary;
  1918. extern T0*oBC42rename_dictionary;
  1919. T0* r42rename_dictionary(T42* C);
  1920. void r42incr_magic_count(T42* C);
  1921. extern int fBC42loading_path;
  1922. extern T0*oBC42loading_path;
  1923. T0* r42loading_path(void);
  1924. void r42push(T42* C,T0* a1);
  1925. T6 r42parser_buffer_for(T42* C,T0* a1);
  1926. extern int fBC11system_tools;
  1927. extern T0*oBC11system_tools;
  1928. T0* r42system_tools(void);
  1929. T0* r42top_rf(T42* C);
  1930. extern T0*oBC42stack_rf;
  1931. extern T0*oBC42base_class_dictionary;
  1932. extern int fBC42tmp_class_name;
  1933. extern T0*oBC42tmp_class_name;
  1934. T0* r42tmp_class_name(void);
  1935. void r295append_in(T295* C,T0* a1);
  1936. T2 r295count(T295* C);
  1937. void r295make(T295* C,T0* a1,T0* a2);
  1938. void r295pretty_print(T295* C);
  1939. void r271make(T271* C,T0* a1,T0* a2,T0* a3);
  1940. void r271pretty_print(T271* C);
  1941. void r271make_runnable(T271* C,T0* a1,T0* a2,T0* a3);
  1942. T0* r271name(T271* C);
  1943. T0* r234add_comment(T234* C,T0* a1);
  1944. void r234check_created_type(T234* C,T0* a1);
  1945. T0* r234to_runnable(T234* C,T0* a1);
  1946. void r234warning(T0* a1,T0* a2);
  1947. void r234error(T0* a1,T0* a2);
  1948. void r234make(T234* C,T0* a1,T0* a2,T0* a3);
  1949. void r234check_explicit_type(T234* C);
  1950. void r234pretty_print(T234* C);
  1951. void r234check_writable(T234* C,T0* a1);
  1952. void r234check_creation_clause(T234* C,T0* a1);
  1953. T0* r102start_position(T102* C);
  1954. T0* r102add_comment(T102* C,T0* a1);
  1955. T2 r102to_integer(T102* C);
  1956. void r102bracketed_pretty_print(T102* C);
  1957. void r102print_op(T102* C);
  1958. T0* r102to_runnable(T102* C,T0* a1);
  1959. T0* r102result_type(T102* C);
  1960. T0* r102runnable_args(T0* a1,T0* a2);
  1961. void r102with(T102* C,T0* a1,T0* a2,T0* a3,T0* a4,T0* a5);
  1962. void r102run_feature_match(T102* C,T0* a1);
  1963. T0* r102runnable_expression(T0* a1,T0* a2);
  1964. void r102print_as_target(T102* C);
  1965. void r102run_feature_has_result(T102* C);
  1966. T0* r102run_feature_for(T102* C,T0* a1,T0* a2);
  1967. void r102error(T0* a1,T0* a2);
  1968. void r102make(T102* C,T0* a1,T0* a2,T0* a3);
  1969. void r102pretty_print(T102* C);
  1970. T0* r102operator(void);
  1971. T0* r158add_comment(T158* C,T0* a1);
  1972. void r158print_as_target(T158* C);
  1973. T0* r158to_real_constant(T158* C);
  1974. extern int fBC158result_type;
  1975. extern T0*oBC158result_type;
  1976. T0* r158result_type(void);
  1977. void r158error(T0* a1,T0* a2);
  1978. void r158make(T158* C,T2 a1,T0* a2);
  1979. void r158unary_minus(T158* C);
  1980. T0* r254generic_list(T254* C);
  1981. T0* r254base_class(T254* C);
  1982. extern int fBC254used_as_reference;
  1983. void r254used_as_reference(void);
  1984. T6 r254is_a_in(T254* C,T0* a1,T0* a2);
  1985. T0* r254look_up_for(T254* C,T0* a1,T0* a2);
  1986. T0* r254to_runnable(T254* C,T0* a1);
  1987. T0* r254run_class(T254* C);
  1988. T6 r254has_creation(T254* C,T0* a1);
  1989. T0* r254smallest_ancestor(T254* C,T0* a1);
  1990. T0* r254run_time_mark(void);
  1991. extern int fBC11type_pointer_ref;
  1992. extern T0*oBC11type_pointer_ref;
  1993. T0* r254type_pointer_ref(void);
  1994. T6 r254is_a(T254* C,T0* a1);
  1995. T0* r254written_mark(void);
  1996. void r254error(T0* a1,T0* a2);
  1997. void r254make(T254* C,T0* a1);
  1998. void r254fatal_error_generic_list(T254* C);
  1999. void r254load_ref(T0* a1);
  2000. extern int fBC254check_type;
  2001. void r254check_type(T254* C);
  2002. T0* r252generic_list(T252* C);
  2003. T0* r252base_class(T252* C);
  2004. extern int fBC252used_as_reference;
  2005. void r252used_as_reference(void);
  2006. T6 r252is_a_in(T252* C,T0* a1,T0* a2);
  2007. T0* r252look_up_for(T252* C,T0* a1,T0* a2);
  2008. T0* r252to_runnable(T252* C,T0* a1);
  2009. T0* r252run_class(T252* C);
  2010. T6 r252has_creation(T252* C,T0* a1);
  2011. T0* r252smallest_ancestor(T252* C,T0* a1);
  2012. T0* r252run_time_mark(void);
  2013. extern int fBC11type_integer_ref;
  2014. extern T0*oBC11type_integer_ref;
  2015. T0* r252type_integer_ref(void);
  2016. T6 r252is_a(T252* C,T0* a1);
  2017. T0* r252written_mark(void);
  2018. void r252error(T0* a1,T0* a2);
  2019. void r252make(T252* C,T0* a1);
  2020. void r252fatal_error_generic_list(T252* C);
  2021. void r252load_ref(T0* a1);
  2022. extern int fBC252check_type;
  2023. void r252check_type(T252* C);
  2024. T0* r262generic_list(T262* C);
  2025. T0* r262base_class(T262* C);
  2026. extern int fBC261base_class_name;
  2027. extern T0*oBC261base_class_name;
  2028. T0* r262base_class_name(void);
  2029. void r262used_as_reference(T262* C);
  2030. T6 r262is_a_in(T262* C,T0* a1,T0* a2);
  2031. T2 r262id(T262* C);
  2032. T0* r262look_up_for(T262* C,T0* a1,T0* a2);
  2033. T0* r262to_runnable(T262* C,T0* a1);
  2034. void r262set_run_time_mark(T262* C);
  2035. T0* r262run_class(T262* C);
  2036. extern T0*oBC261mem_ref_nb;
  2037. extern T0*oBC261mem_type_bit_ref;
  2038. T0* r262smallest_ancestor(T262* C,T0* a1);
  2039. extern int fBC11type_any;
  2040. extern T0*oBC11type_any;
  2041. T0* r262type_any(void);
  2042. T6 r262is_a(T262* C,T0* a1);
  2043. void r262make(T262* C,T0* a1,T0* a2);
  2044. void r262fatal_error_generic_list(T262* C);
  2045. void r262to_runnable_1_2(T262* C);
  2046. T0* r283language_name(void);
  2047. void r28loading_path_add(T28* C,T0* a1,T0* a2,T2 a3);
  2048. void r28parent_directory(T28* C,T0* a1);
  2049. T0* r28get_environment_variable(T28* C,T0* a1);
  2050. extern T0*oBC28system_list;
  2051. void r28read_loading_path_in(T28* C,T0* a1);
  2052. void r28bad_use_exit(T28* C,T0* a1);
  2053. void r28append_lp_in(T28* C,T0* a1,T0* a2);
  2054. void r28add_directory(T28* C,T0* a1,T0* a2);
  2055. void r28make(T28* C);
  2056. T6 r28colon_separator(T28* C);
  2057. T6 r28slash_separator(T28* C);
  2058. T6 r28backslash_separator(T28* C);
  2059. T0* r265generic_list(T265* C);
  2060. T0* r265base_class(T265* C);
  2061. T0* r265base_class_name(T265* C);
  2062. void r265used_as_reference(T265* C);
  2063. T6 r265is_a_in(T265* C,T0* a1,T0* a2);
  2064. T2 r265id(T265* C);
  2065. T6 r265is_pointer(T265* C);
  2066. T0* r265look_up_for(T265* C,T0* a1,T0* a2);
  2067. T0* r265formal_arg(T265* C);
  2068. T0* r265to_runnable(T265* C,T0* a1);
  2069. T0* r265run_class(T265* C);
  2070. T6 r265has_creation(T265* C,T0* a1);
  2071. T0* r265expanded_initializer(T265* C);
  2072. T0* r265formal_generic_list(T265* C);
  2073. T6 r265is_boolean(T265* C);
  2074. T6 r265is_generic(T265* C);
  2075. T0* r265make_runnable(T265* C,T0* a1);
  2076. T6 r265is_bit(T265* C);
  2077. T6 r265is_real(T265* C);
  2078. T0* r265smallest_ancestor(T265* C,T0* a1);
  2079. T6 r265is_any(T265* C);
  2080. T0* r265run_time_mark(T265* C);
  2081. T0* r265twin(T265* C);
  2082. T6 r265is_expanded(T265* C);
  2083. T6 r265is_basic_eiffel_expanded(T265* C);
  2084. void r265warning(T0* a1,T0* a2);
  2085. T6 r265is_string(T265* C);
  2086. T6 r265is_integer(T265* C);
  2087. T6 r265is_a(T265* C,T0* a1);
  2088. T6 r265is_character(T265* C);
  2089. T6 r265is_reference(T265* C);
  2090. void r265error(T0* a1,T0* a2);
  2091. void r265make(T265* C,T0* a1,T2 a2);
  2092. T6 r265is_none(T265* C);
  2093. T6 r265is_array(T265* C);
  2094. void r265fatal_error_generic_list(T265* C);
  2095. T0* r265constraint(T265* C);
  2096. T6 r265is_double(T265* C);
  2097. extern T0*oBC11manifest_string_pool;
  2098. T0* r154add_comment(T154* C,T0* a1);
  2099. T2 r154to_integer(T154* C);
  2100. void r154bracketed_pretty_print(T154* C);
  2101. void r154pretty_print_character(T154* C,T2 a1);
  2102. void r154character_coding(T3 a1,T0* a2);
  2103. T0* r154to_runnable(T154* C,T0* a1);
  2104. void r154break_line(T154* C);
  2105. T6 r154is_on_next_line(T154* C,T2 a1);
  2106. T0* r154twin(T154* C);
  2107. void r154print_as_target(T154* C);
  2108. void r154error(T0* a1,T0* a2);
  2109. void r154make(T154* C,T0* a1);
  2110. void r154add_percent(T154* C,T3 a1);
  2111. void r154pretty_print(T154* C);
  2112. extern T0*oBC154tmp_string;
  2113. void r154add_ascii(T154* C,T3 a1);
  2114. extern int fBC11type_string;
  2115. extern T0*oBC11type_string;
  2116. T0* r154type_string(void);
  2117. T0* r171start_position(T171* C);
  2118. T0* r171type(T171* C,T2 a1);
  2119. T6 r171is_a_in(T171* C,T0* a1,T0* a2);
  2120. void r171add_last(T171* C,T0* a1);
  2121. T2 r171rank_of(T171* C,T0* a1);
  2122. void r171dynamic_runnable(T171* C,T0* a1);
  2123. T6 r171is_runnable(T171* C,T0* a1);
  2124. void r171error(T0* a1,T0* a2);
  2125. void r171make(T171* C,T0* a1);
  2126. void r171declaration_list_make(T171* C,T0* a1);
  2127. void r171pretty_print(T171* C);
  2128. void r171check_name_clash(T171* C,T0* a1);
  2129. void r171with(T171* C,T0* a1,T0* a2);
  2130. void r345initialize(T345* C);
  2131. T0* r345start_position(T345* C);
  2132. void r345add_client(T345* C,T0* a1);
  2133. T0* r345run_class(T345* C);
  2134. void r345make(T345* C,T0* a1,T0* a2,T0* a3);
  2135. T2 r345arg_count(void);
  2136. T0* r345clients(T345* C);
  2137. T6 r345is_exported_in(T345* C,T0* a1);
  2138. void r67make_n(T67* C,T0* a1);
  2139. T0* r67feature_name(T67* C,T0* a1);
  2140. void r67fe_multiple(T0* a1,T0* a2);
  2141. T6 r67has(T67* C,T0* a1);
  2142. void r67add_last(T67* C,T0* a1);
  2143. T0* r67item(T67* C,T2 a1);
  2144. T2 r67count(T67* C);
  2145. void r67pretty_print(T67* C);
  2146. T2 r67index_of(T67* C,T0* a1);
  2147. void r86make(T86* C,T0* a1,T0* a2,T0* a3);
  2148. void r86pretty_print(T86* C);
  2149. T0* r86name(void);
  2150. T6 r179gives_permission_to_any(T179* C);
  2151. void r179add_last(T179* C,T0* a1);
  2152. void r179merge(T179* C,T0* a1,T0* a2);
  2153. T0* r179item(T179* C,T2 a1);
  2154. void r179warning(T0* a1,T0* a2);
  2155. T2 r179count(T179* C);
  2156. T6 r179gives_permission_to(T179* C,T0* a1);
  2157. void r179pretty_print(T179* C);
  2158. T2 r179index_of(T179* C,T0* a1);
  2159. T0* r177add_comment(T177* C,T0* a1);
  2160. T2 r177to_integer(T177* C);
  2161. T0* r177to_runnable(T177* C,T0* a1);
  2162. void r177error(T0* a1,T0* a2);
  2163. T6 r92look_in(T0* a1);
  2164. T0* r92start_position(T92* C);
  2165. T0* r92to_string(T92* C);
  2166. T0* r92to_prefix_name(T92* C);
  2167. extern T0*oBC92keyword_p;
  2168. extern T0*oBC92keyword_u;
  2169. T0* r92to_argument_name1(T92* C);
  2170. T0* r92to_infix_name(T0* a1);
  2171. T0* r92to_simple_feature_name(T92* C);
  2172. extern T0*oBC92keyword_l;
  2173. T6 r92is_result(void);
  2174. T0* r92to_local_name1(T92* C);
  2175. extern T0*oBC92keyword_c;
  2176. T6 r92is_current(void);
  2177. T0* r92to_infix_name_use(T92* C);
  2178. extern T0*oBC92tmp_string;
  2179. extern T0*oBC92keyword_r;
  2180. extern T0*oBC92keyword_d;
  2181. T0* r92to_tag_name(T92* C);
  2182. T0* r92to_e_void(T92* C);
  2183. extern T0*oBC92keyword_i;
  2184. T0* r92pos(T2 a1,T2 a2);
  2185. extern T0*oBC92keyword_s;
  2186. extern T0*oBC92keyword_e;
  2187. void r92initialize(T92* C,T2 a1,T2 a2);
  2188. T0* r92to_local_name2(T92* C,T0* a1,T2 a2);
  2189. T6 r92isa_keyword(void);
  2190. T0* r92to_class_name(T92* C);
  2191. extern T0*oBC92keyword_o;
  2192. T0* r92to_argument_name2(T92* C,T0* a1,T2 a2);
  2193. extern T0*oBC92keyword_a;
  2194. extern T0*oBC92keyword_t;
  2195. T6 r92is_void(void);
  2196. extern T0*oBC92keyword_f;
  2197. T0* r230start_position(T230* C);
  2198. T0* r230twin(T230* C);
  2199. T0* r230to_runnable(T230* C,T0* a1);
  2200. void r230error(T0* a1,T0* a2);
  2201. void r230make(T230* C,T0* a1,T0* a2);
  2202. void r230pretty_print(T230* C);
  2203. T0* r96start_position(T96* C);
  2204. T0* r96add_comment(T96* C,T0* a1);
  2205. T2 r96to_integer(T96* C);
  2206. void r96bracketed_pretty_print(T96* C);
  2207. void r96print_op(T96* C);
  2208. T0* r96to_runnable(T96* C,T0* a1);
  2209. T0* r96result_type(T96* C);
  2210. T0* r96runnable_args(T0* a1,T0* a2);
  2211. void r96with(T96* C,T0* a1,T0* a2,T0* a3,T0* a4,T0* a5);
  2212. void r96run_feature_match(T96* C,T0* a1);
  2213. T0* r96runnable_expression(T0* a1,T0* a2);
  2214. void r96print_as_target(T96* C);
  2215. void r96run_feature_has_result(T96* C);
  2216. T0* r96run_feature_for(T96* C,T0* a1,T0* a2);
  2217. void r96error(T0* a1,T0* a2);
  2218. void r96make(T96* C,T0* a1,T0* a2,T0* a3);
  2219. void r96pretty_print(T96* C);
  2220. T0* r96operator(void);
  2221. void r358initialize(T358* C);
  2222. T0* r358start_position(T358* C);
  2223. extern T0*oBC11exceptions_handler;
  2224. void r358add_client(T358* C,T0* a1);
  2225. T0* r358run_class(T358* C);
  2226. void r358make(T358* C,T0* a1,T0* a2,T0* a3);
  2227. T2 r358arg_count(T358* C);
  2228. T0* r358clients(T358* C);
  2229. T6 r358is_exported_in(T358* C,T0* a1);
  2230. void r148run_feature_match(T148* C,T0* a1);
  2231. T0* r148runnable_expression(T0* a1,T0* a2);
  2232. T0* r148start_position(T148* C);
  2233. T0* r148add_comment(T148* C,T0* a1);
  2234. void r148run_feature_has_no_result(T148* C);
  2235. T0* r148to_runnable(T148* C,T0* a1);
  2236. T0* r148run_feature_for(T148* C,T0* a1,T0* a2);
  2237. void r148make(T148* C,T0* a1,T0* a2,T0* a3);
  2238. T0* r148runnable_args(T0* a1,T0* a2);
  2239. void r148pretty_print(T148* C);
  2240. T0* r148make_runnable(T148* C,T0* a1,T0* a2,T0* a3);
  2241. void r148with(T148* C,T0* a1,T0* a2,T0* a3,T0* a4,T0* a5);
  2242. T0* r259generic_list(T259* C);
  2243. T0* r259base_class(T259* C);
  2244. T0* r259base_class_name(T259* C);
  2245. void r259used_as_reference(T259* C);
  2246. T6 r259is_a_in(T259* C,T0* a1,T0* a2);
  2247. T2 r259id(T259* C);
  2248. T6 r259is_pointer(T259* C);
  2249. T0* r259look_up_for(T259* C,T0* a1,T0* a2);
  2250. T0* r259to_runnable(T259* C,T0* a1);
  2251. T0* r259run_class(T259* C);
  2252. T6 r259has_creation(T259* C,T0* a1);
  2253. T0* r259expanded_initializer(T259* C);
  2254. T6 r259is_boolean(T259* C);
  2255. T6 r259is_generic(T259* C);
  2256. T6 r259is_bit(T259* C);
  2257. T6 r259is_real(T259* C);
  2258. T0* r259compute_mark(T0* a1);
  2259. T0* r259smallest_ancestor(T259* C,T0* a1);
  2260. T6 r259is_basic_eiffel_expanded(T259* C);
  2261. T6 r259is_integer(T259* C);
  2262. T6 r259is_a(T259* C,T0* a1);
  2263. T6 r259is_character(T259* C);
  2264. void r259from_other(T259* C,T0* a1,T0* a2);
  2265. extern T0*oBC259tmp_written_mark;
  2266. void r259make(T259* C,T0* a1,T0* a2);
  2267. T6 r259is_double(T259* C);
  2268. void r128run_feature_match(T128* C);
  2269. T0* r128runnable_expression(T0* a1,T0* a2);
  2270. T0* r128start_position(T128* C);
  2271. T0* r128add_comment(T128* C,T0* a1);
  2272. T2 r128to_integer(T128* C);
  2273. void r128print_as_target(T128* C);
  2274. void r128bracketed_pretty_print(T128* C);
  2275. T0* r128to_runnable(T128* C,T0* a1);
  2276. void r128run_feature_has_result(T128* C);
  2277. T0* r128run_feature_for(T128* C,T0* a1,T0* a2);
  2278. T0* r128result_type(T128* C);
  2279. void r128error(T0* a1,T0* a2);
  2280. void r128make(T128* C,T0* a1,T0* a2);
  2281. void r128pretty_print(T128* C);
  2282. T0* r128operator(void);
  2283. void r128with(T128* C,T0* a1,T0* a2,T0* a3);
  2284. T0* r202add_comment(T202* C,T0* a1);
  2285. T0* r202to_runnable(T202* C,T0* a1);
  2286. void r202error(T0* a1,T0* a2);
  2287. void r202make(T202* C,T0* a1,T0* a2,T0* a3);
  2288. void r202pretty_print(T202* C);
  2289. T0* r139add_comment(T139* C,T0* a1);
  2290. T2 r139to_integer(T139* C);
  2291. T0* r139to_runnable(T139* C,T0* a1);
  2292. T0* r139result_type(T139* C);
  2293. void r139error(T0* a1,T0* a2);
  2294. T0* r162twin(T162* C);
  2295. T0* r162type(T162* C,T2 a1);
  2296. void r162add_last(T162* C,T0* a1);
  2297. T2 r162rank_of(T162* C,T0* a1);
  2298. void r162dynamic_runnable(T162* C,T0* a1);
  2299. T0* r162to_runnable(T162* C,T0* a1);
  2300. T6 r162is_runnable(T162* C,T0* a1);
  2301. void r162error(T0* a1,T0* a2);
  2302. void r162declaration_list_make(T162* C,T0* a1);
  2303. void r162pretty_print(T162* C);
  2304. void r162check_name_clash(T162* C,T0* a1);
  2305. T0* r253generic_list(T253* C);
  2306. T0* r253base_class(T253* C);
  2307. T6 r253is_a_in(T253* C,T0* a1,T0* a2);
  2308. T0* r253look_up_for(T253* C,T0* a1,T0* a2);
  2309. T6 r253has_creation(T253* C,T0* a1);
  2310. T0* r253smallest_ancestor(T0* a1);
  2311. T0* r253run_time_mark(void);
  2312. T0* r253written_mark(void);
  2313. void r253error(T0* a1,T0* a2);
  2314. void r253make(T253* C,T0* a1);
  2315. void r253fatal_error_generic_list(T253* C);
  2316. T0* r104start_position(T104* C);
  2317. T0* r104add_comment(T104* C,T0* a1);
  2318. T2 r104to_integer(T104* C);
  2319. void r104bracketed_pretty_print(T104* C);
  2320. void r104print_op(T104* C);
  2321. T0* r104to_runnable(T104* C,T0* a1);
  2322. T0* r104result_type(T104* C);
  2323. T0* r104runnable_args(T0* a1,T0* a2);
  2324. void r104with(T104* C,T0* a1,T0* a2,T0* a3,T0* a4,T0* a5);
  2325. void r104run_feature_match(T104* C,T0* a1);
  2326. T0* r104runnable_expression(T0* a1,T0* a2);
  2327. void r104print_as_target(T104* C);
  2328. void r104run_feature_has_result(T104* C);
  2329. T0* r104run_feature_for(T104* C,T0* a1,T0* a2);
  2330. void r104error(T0* a1,T0* a2);
  2331. void r104make(T104* C,T0* a1,T0* a2,T0* a3);
  2332. void r104pretty_print(T104* C);
  2333. T0* r104operator(void);
  2334. T0* r276run_require(T0* a1);
  2335. void r276set_rescue_compound(T276* C,T0* a1);
  2336. T0* r276start_position(T276* C);
  2337. T6 r276is_merge_with(T276* C,T0* a1,T0* a2);
  2338. T0* r276runnable(T0* a1,T0* a2,T0* a3);
  2339. void r276pretty_print_profile(T276* C);
  2340. void r276make_external_routine(T276* C,T0* a1,T0* a2);
  2341. void r276add_into(T276* C,T0* a1);
  2342. T6 r276can_hide(T276* C,T0* a1,T0* a2);
  2343. T0* r276run_ensure(T0* a1);
  2344. void r276check_obsolete(T276* C);
  2345. T0* r276try_to_undefine(T276* C,T0* a1,T0* a2);
  2346. void r276make_routine(T276* C,T0* a1,T0* a2,T0* a3,T0* a4,T0* a5);
  2347. T0* r276to_run_feature(T276* C,T0* a1,T0* a2);
  2348. void r276merge_header_comments(T276* C,T0* a1);
  2349. void r276pretty_print_routine_body(T276* C);
  2350. T0* r276external_c_name(T276* C);
  2351. void r276pretty_print_arguments(T276* C);
  2352. void r276warning(T0* a1,T0* a2);
  2353. T0* r276try_to_undefine_aux(T276* C,T0* a1,T0* a2);
  2354. void r276error(T0* a1,T0* a2);
  2355. void r276make(T276* C,T0* a1,T0* a2,T0* a3,T0* a4,T0* a5,T0* a6,T0* a7,T0* a8);
  2356. void r276pretty_print_names(T276* C);
  2357. void r276pretty_print(T276* C);
  2358. void r276collect_for(T276* C,T2 a1);
  2359. void r276set_header_comment(T276* C,T0* a1);
  2360. T0* r236add_comment(T236* C,T0* a1);
  2361. void r236check_created_type(T236* C,T0* a1);
  2362. T0* r236to_runnable(T236* C,T0* a1);
  2363. void r236warning(T0* a1,T0* a2);
  2364. void r236error(T0* a1,T0* a2);
  2365. void r236make(T236* C,T0* a1,T0* a2,T0* a3);
  2366. void r236pretty_print(T236* C);
  2367. void r236cp_not_found(T236* C,T0* a1);
  2368. void r236check_writable(T236* C,T0* a1);
  2369. void r236check_creation_clause(T236* C,T0* a1);
  2370. T2 r236arg_count(T236* C);
  2371. T0* r106start_position(T106* C);
  2372. T0* r106add_comment(T106* C,T0* a1);
  2373. T2 r106to_integer(T106* C);
  2374. void r106bracketed_pretty_print(T106* C);
  2375. void r106print_op(T106* C);
  2376. T0* r106to_runnable(T106* C,T0* a1);
  2377. T0* r106result_type(T106* C);
  2378. T0* r106runnable_args(T0* a1,T0* a2);
  2379. void r106with(T106* C,T0* a1,T0* a2,T0* a3,T0* a4,T0* a5);
  2380. void r106run_feature_match(T106* C,T0* a1);
  2381. T0* r106runnable_expression(T0* a1,T0* a2);
  2382. void r106print_as_target(T106* C);
  2383. void r106run_feature_has_result(T106* C);
  2384. T0* r106run_feature_for(T106* C,T0* a1,T0* a2);
  2385. void r106error(T0* a1,T0* a2);
  2386. void r106make(T106* C,T0* a1,T0* a2,T0* a3);
  2387. void r106pretty_print(T106* C);
  2388. T0* r106operator(void);
  2389. void r314initialize(T314* C);
  2390. T0* r314start_position(T314* C);
  2391. void r314add_client(T314* C,T0* a1);
  2392. T0* r314run_class(T314* C);
  2393. void r314make(T314* C,T0* a1,T0* a2,T0* a3);
  2394. T2 r314arg_count(T314* C);
  2395. T0* r314clients(T314* C);
  2396. T6 r314is_exported_in(T314* C,T0* a1);
  2397. T0* r281language_name(void);
  2398. void r131undefine_in(T131* C,T0* a1);
  2399. T0* r131origin_base_class(T131* C);
  2400. T0* r131add_comment(T131* C,T0* a1);
  2401. T2 r131to_integer(T131* C);
  2402. void r131print_as_target(T131* C);
  2403. T0* r131to_runnable(T131* C,T0* a1);
  2404. void r131error(T0* a1,T0* a2);
  2405. T0* r131run_feature(T131* C,T0* a1);
  2406. void r131make(T131* C,T0* a1,T0* a2);
  2407. void r131with(T131* C,T0* a1,T0* a2);
  2408. T0* r257generic_list(T257* C);
  2409. T0* r257base_class(T257* C);
  2410. void r257used_as_reference(T257* C);
  2411. T6 r257is_a_in(T257* C,T0* a1,T0* a2);
  2412. T2 r257id(T257* C);
  2413. T0* r257look_up_for(T257* C,T0* a1,T0* a2);
  2414. T0* r257to_runnable(T257* C,T0* a1);
  2415. T0* r257run_class(T257* C);
  2416. T6 r257has_creation(T257* C,T0* a1);
  2417. T0* r257expanded_initializer(T257* C);
  2418. T0* r257smallest_ancestor(T257* C,T0* a1);
  2419. extern T0*oBC257check_memory;
  2420. T6 r257is_expanded(T257* C);
  2421. T0* r257type_any(void);
  2422. T6 r257is_a(T257* C,T0* a1);
  2423. T6 r257is_reference(T257* C);
  2424. void r257fatal_error_generic_list(T257* C);
  2425. void r125declaration_pretty_print(T125* C);
  2426. void r125undefine_in(T125* C,T0* a1);
  2427. T0* r125origin_base_class(T125* C);
  2428. void r125declaration_in(T125* C,T0* a1);
  2429. void r125error(T0* a1,T0* a2);
  2430. void r125make(T125* C,T0* a1,T0* a2);
  2431. T0* r140add_comment(T140* C,T0* a1);
  2432. T2 r140to_integer(T140* C);
  2433. extern int fBC140result_type;
  2434. extern T0*oBC140result_type;
  2435. T0* r140result_type(void);
  2436. void r140error(T0* a1,T0* a2);
  2437. void r70make(T70* C,T0* a1,T0* a2);
  2438. void r70pretty_print(T70* C);
  2439. void r300declaration_pretty_print(T300* C);
  2440. void r300undefine_in(T300* C,T0* a1);
  2441. T0* r300origin_base_class(T300* C);
  2442. T0* r300start_position(T300* C);
  2443. T0* r300to_string(T300* C);
  2444. void r300declaration_in(T300* C,T0* a1);
  2445. T0* r300to_key(T300* C);
  2446. void r300error(T0* a1,T0* a2);
  2447. void r300pretty_print(T300* C);
  2448. void r36put_string(T36* C,T0* a1);
  2449. extern T0*oBC35tmp_string;
  2450. void r36put_integer(T36* C,T2 a1);
  2451. T0* r229start_position(T229* C);
  2452. T0* r229twin(T229* C);
  2453. T0* r229to_runnable(T229* C,T0* a1);
  2454. void r229error(T0* a1,T0* a2);
  2455. void r229make(T229* C,T0* a1,T0* a2,T0* a3);
  2456. void r229pretty_print(T229* C);
  2457. T0* r113start_position(T113* C);
  2458. void r113error_comparison(T113* C,T0* a1,T0* a2);
  2459. T0* r113add_comment(T113* C,T0* a1);
  2460. T2 r113to_integer(T113* C);
  2461. void r113bracketed_pretty_print(T113* C);
  2462. void r113print_op(T113* C);
  2463. T0* r113to_runnable(T113* C,T0* a1);
  2464. T0* r113runnable_args(T0* a1,T0* a2);
  2465. void r113check_comparison(T113* C,T0* a1);
  2466. void r113bit_limitation(T113* C,T0* a1,T0* a2);
  2467. void r113with(T113* C,T0* a1,T0* a2,T0* a3);
  2468. extern int fBC11type_boolean;
  2469. extern T0*oBC11type_boolean;
  2470. T0* r113type_boolean(void);
  2471. T0* r113runnable_expression(T0* a1,T0* a2);
  2472. void r113print_as_target(T113* C);
  2473. void r113error(T0* a1,T0* a2);
  2474. void r113make(T113* C,T0* a1,T0* a2,T0* a3);
  2475. void r113pretty_print(T113* C);
  2476. T0* r113operator(void);
  2477. T0* r105start_position(T105* C);
  2478. T0* r105add_comment(T105* C,T0* a1);
  2479. T2 r105to_integer(T105* C);
  2480. void r105bracketed_pretty_print(T105* C);
  2481. void r105print_op(T105* C);
  2482. T0* r105to_runnable(T105* C,T0* a1);
  2483. T0* r105result_type(T105* C);
  2484. T0* r105runnable_args(T0* a1,T0* a2);
  2485. void r105with(T105* C,T0* a1,T0* a2,T0* a3,T0* a4,T0* a5);
  2486. void r105run_feature_match(T105* C,T0* a1);
  2487. T0* r105runnable_expression(T0* a1,T0* a2);
  2488. void r105print_as_target(T105* C);
  2489. void r105run_feature_has_result(T105* C);
  2490. T0* r105run_feature_for(T105* C,T0* a1,T0* a2);
  2491. void r105error(T0* a1,T0* a2);
  2492. void r105make(T105* C,T0* a1,T0* a2,T0* a3);
  2493. void r105pretty_print(T105* C);
  2494. T0* r105operator(void);
  2495. T0* r151type_boolean(void);
  2496. T0* r151to_string(void);
  2497. T0* r151add_comment(T151* C,T0* a1);
  2498. void r151error(T0* a1,T0* a2);
  2499. T0* r129start_position(T129* C);
  2500. T0* r129add_comment(T129* C,T0* a1);
  2501. T2 r129to_integer(T129* C);
  2502. void r129print_as_target(T129* C);
  2503. void r129bracketed_pretty_print(T129* C);
  2504. T0* r129to_runnable(T129* C,T0* a1);
  2505. T0* r129result_type(T129* C);
  2506. void r129error(T0* a1,T0* a2);
  2507. void r129pretty_print(T129* C);
  2508. T0* r299start_position(T299* C);
  2509. T6 r299is_merge_with(T299* C,T0* a1,T0* a2);
  2510. void r299pretty_print_profile(T299* C);
  2511. void r299add_into(T299* C,T0* a1);
  2512. T6 r299can_hide(T299* C,T0* a1,T0* a2);
  2513. T0* r299try_to_undefine(T299* C,T0* a1,T0* a2);
  2514. T0* r299to_run_feature(T299* C,T0* a1,T0* a2);
  2515. void r299merge_header_comments(T299* C,T0* a1);
  2516. T0* r299try_to_undefine_aux(T299* C,T0* a1,T0* a2);
  2517. void r299error(T0* a1,T0* a2);
  2518. void r299make(T299* C,T0* a1,T0* a2);
  2519. void r299pretty_print_names(T299* C);
  2520. void r299pretty_print(T299* C);
  2521. void r299collect_for(T2 a1);
  2522. void r337initialize(T337* C);
  2523. T0* r337start_position(T337* C);
  2524. void r337add_client(T337* C,T0* a1);
  2525. T0* r337run_class(T337* C);
  2526. void r337make(T337* C,T0* a1,T0* a2,T0* a3);
  2527. T2 r337arg_count(T337* C);
  2528. T0* r337clients(T337* C);
  2529. T6 r337is_exported_in(T337* C,T0* a1);
  2530. T0* r195start_position(T195* C);
  2531. T6 r195is_merge_with(T195* C,T0* a1,T0* a2);
  2532. void r195pretty_print_profile(T195* C);
  2533. void r195add_into(T195* C,T0* a1);
  2534. T6 r195can_hide(T195* C,T0* a1,T0* a2);
  2535. T0* r195try_to_undefine(T195* C,T0* a1,T0* a2);
  2536. T0* r195to_run_feature(T195* C,T0* a1,T0* a2);
  2537. void r195merge_header_comments(T195* C,T0* a1);
  2538. T0* r195try_to_undefine_aux(T195* C,T0* a1,T0* a2);
  2539. void r195error(T0* a1,T0* a2);
  2540. void r195make(T195* C,T0* a1,T0* a2,T0* a3);
  2541. void r195pretty_print_names(T195* C);
  2542. void r195pretty_print(T195* C);
  2543. void r195collect_for(T2 a1);
  2544. void r195pretty_tail(T195* C);
  2545. T0* r275run_require(T0* a1);
  2546. void r275set_rescue_compound(T275* C,T0* a1);
  2547. T0* r275start_position(T275* C);
  2548. T6 r275is_merge_with(T275* C,T0* a1,T0* a2);
  2549. T0* r275runnable(T0* a1,T0* a2,T0* a3);
  2550. void r275pretty_print_profile(T275* C);
  2551. void r275make_external_routine(T275* C,T0* a1,T0* a2);
  2552. void r275add_into(T275* C,T0* a1);
  2553. T6 r275can_hide(T275* C,T0* a1,T0* a2);
  2554. T0* r275run_ensure(T0* a1);
  2555. void r275check_obsolete(T275* C);
  2556. T0* r275try_to_undefine(T275* C,T0* a1,T0* a2);
  2557. void r275make_routine(T275* C,T0* a1,T0* a2,T0* a3,T0* a4,T0* a5);
  2558. T0* r275to_run_feature(T275* C,T0* a1,T0* a2);
  2559. void r275merge_header_comments(T275* C,T0* a1);
  2560. void r275pretty_print_routine_body(T275* C);
  2561. T0* r275external_c_name(T275* C);
  2562. void r275pretty_print_arguments(T275* C);
  2563. void r275warning(T0* a1,T0* a2);
  2564. T0* r275try_to_undefine_aux(T275* C,T0* a1,T0* a2);
  2565. void r275error(T0* a1,T0* a2);
  2566. void r275make(T275* C,T0* a1,T0* a2,T0* a3,T0* a4,T0* a5,T0* a6,T0* a7);
  2567. void r275pretty_print_names(T275* C);
  2568. void r275pretty_print(T275* C);
  2569. void r275collect_for(T275* C,T2 a1);
  2570. void r275set_header_comment(T275* C,T0* a1);
  2571. T0* r210to_runnable(T210* C,T0* a1);
  2572. void r210error(T0* a1,T0* a2);
  2573. void r210make(T210* C,T0* a1,T0* a2);
  2574. void r210pretty_print(T210* C);
  2575. T6 r83gives_permission_to_any(T83* C);
  2576. void r83merge(T83* C,T0* a1,T0* a2,T0* a3);
  2577. T6 r83gives_permission_to(T83* C,T0* a1);
  2578. void r83make(T83* C,T0* a1,T0* a2);
  2579. T0* r83append(T83* C,T0* a1);
  2580. void r83pretty_print(T83* C);
  2581. T0* r83merge_with(T83* C,T0* a1);
  2582. T0* r288run_require(T0* a1);
  2583. T0* r288start_position(T288* C);
  2584. T6 r288is_merge_with(T288* C,T0* a1,T0* a2);
  2585. void r288pretty_print_profile(T288* C);
  2586. void r288add_into(T288* C,T0* a1);
  2587. void r288make_routine(T288* C,T0* a1,T0* a2,T0* a3,T0* a4,T0* a5);
  2588. T0* r288to_run_feature(T288* C,T0* a1,T0* a2);
  2589. void r288pretty_print_routine_body(T288* C);
  2590. void r288make_effective_routine(T288* C,T0* a1,T0* a2,T0* a3,T0* a4,T0* a5,T0* a6,T0* a7);
  2591. void r288pretty_print_rescue(T288* C);
  2592. void r288warning(T0* a1,T0* a2);
  2593. T0* r288try_to_undefine_aux(T288* C,T0* a1,T0* a2);
  2594. void r288error(T0* a1,T0* a2);
  2595. void r288make(T288* C,T0* a1,T0* a2,T0* a3,T0* a4,T0* a5,T0* a6,T0* a7,T0* a8);
  2596. void r288pretty_print(T288* C);
  2597. void r288collect_for(T288* C,T2 a1);
  2598. void r288set_header_comment(T288* C,T0* a1);
  2599. T0* r288runnable(T0* a1,T0* a2,T0* a3);
  2600. T6 r288can_hide(T288* C,T0* a1,T0* a2);
  2601. T0* r288run_ensure(T0* a1);
  2602. void r288check_obsolete(T288* C);
  2603. T0* r288try_to_undefine(T288* C,T0* a1,T0* a2);
  2604. void r288merge_header_comments(T288* C,T0* a1);
  2605. void r288pretty_print_arguments(T288* C);
  2606. void r288pretty_print_names(T288* C);
  2607. void r78make(T78* C,T0* a1,T0* a2,T0* a3);
  2608. void r78add_into(T78* C,T0* a1);
  2609. void r78pretty_print(T78* C);
  2610. T0* r238add_comment(T238* C,T0* a1);
  2611. void r238check_created_type(T238* C,T0* a1);
  2612. T0* r238to_runnable(T238* C,T0* a1);
  2613. void r238warning(T0* a1,T0* a2);
  2614. void r238error(T0* a1,T0* a2);
  2615. void r238make(T238* C,T0* a1,T0* a2,T0* a3,T0* a4);
  2616. void r238check_explicit_type(T238* C);
  2617. void r238pretty_print(T238* C);
  2618. void r238cp_not_found(T238* C,T0* a1);
  2619. void r238check_writable(T238* C,T0* a1);
  2620. void r238check_creation_clause(T238* C,T0* a1);
  2621. T2 r238arg_count(T238* C);
  2622. T0* r52get_line(T2 a1);
  2623. extern T0*oBC52text;
  2624. T0* r52item(T2 a1);
  2625. void r52load_file(T52* C,T0* a1);
  2626. T0* r103start_position(T103* C);
  2627. T0* r103add_comment(T103* C,T0* a1);
  2628. T2 r103to_integer(T103* C);
  2629. void r103bracketed_pretty_print(T103* C);
  2630. void r103print_op(T103* C);
  2631. T0* r103to_runnable(T103* C,T0* a1);
  2632. T0* r103result_type(T103* C);
  2633. T0* r103runnable_args(T0* a1,T0* a2);
  2634. void r103with(T103* C,T0* a1,T0* a2,T0* a3,T0* a4,T0* a5);
  2635. void r103run_feature_match(T103* C,T0* a1);
  2636. T0* r103runnable_expression(T0* a1,T0* a2);
  2637. void r103print_as_target(T103* C);
  2638. void r103run_feature_has_result(T103* C);
  2639. T0* r103run_feature_for(T103* C,T0* a1,T0* a2);
  2640. void r103error(T0* a1,T0* a2);
  2641. void r103make(T103* C,T0* a1,T0* a2,T0* a3);
  2642. void r103pretty_print(T103* C);
  2643. T0* r103operator(void);
  2644. void r136run_feature_match(T136* C,T0* a1);
  2645. T0* r136runnable_expression(T0* a1,T0* a2);
  2646. T0* r136start_position(T136* C);
  2647. T0* r136add_comment(T136* C,T0* a1);
  2648. T2 r136to_integer(T136* C);
  2649. void r136print_as_target(T136* C);
  2650. void r136bracketed_pretty_print(T136* C);
  2651. T0* r136to_runnable(T136* C,T0* a1);
  2652. void r136run_feature_has_result(T136* C);
  2653. T0* r136run_feature_for(T136* C,T0* a1,T0* a2);
  2654. T0* r136result_type(T136* C);
  2655. void r136error(T0* a1,T0* a2);
  2656. void r136make(T136* C,T0* a1,T0* a2,T0* a3);
  2657. T0* r136runnable_args(T0* a1,T0* a2);
  2658. void r136pretty_print(T136* C);
  2659. void r136with(T136* C,T0* a1,T0* a2,T0* a3,T0* a4,T0* a5);
  2660. T0* r69to_old_name(T69* C,T0* a1);
  2661. T0* r69to_new_name(T69* C,T0* a1);
  2662. void r69get_started(T69* C,T0* a1);
  2663. void r69pretty_print(T69* C);
  2664. T6 r69affect(T69* C,T0* a1);
  2665. T0* r250generic_list(T250* C);
  2666. T0* r250base_class(T250* C);
  2667. extern int fBC250used_as_reference;
  2668. void r250used_as_reference(void);
  2669. T6 r250is_a_in(T250* C,T0* a1,T0* a2);
  2670. T0* r250look_up_for(T250* C,T0* a1,T0* a2);
  2671. T0* r250to_runnable(T250* C,T0* a1);
  2672. T0* r250run_class(T250* C);
  2673. T6 r250has_creation(T250* C,T0* a1);
  2674. T0* r250smallest_ancestor(T250* C,T0* a1);
  2675. T0* r250run_time_mark(void);
  2676. extern int fBC11type_character_ref;
  2677. extern T0*oBC11type_character_ref;
  2678. T0* r250type_character_ref(void);
  2679. T6 r250is_a(T250* C,T0* a1);
  2680. T0* r250written_mark(void);
  2681. void r250error(T0* a1,T0* a2);
  2682. void r250make(T250* C,T0* a1);
  2683. void r250fatal_error_generic_list(T250* C);
  2684. void r250load_ref(T0* a1);
  2685. extern int fBC250check_type;
  2686. void r250check_type(T250* C);
  2687. T6 r59has_redefine(T59* C,T0* a1);
  2688. void r59inherit_cycle_check(T59* C);
  2689. T0* r59up_to_original(T59* C,T0* a1,T0* a2);
  2690. T6 r59has(T59* C,T0* a1);
  2691. T0* r59next_parent_for(T59* C,T0* a1,T0* a2);
  2692. T0* r59precursor_for(T59* C,T0* a1,T0* a2);
  2693. T0* r59going_up(T59* C,T0* a1,T0* a2,T0* a3);
  2694. T0* r59clients_for(T59* C,T0* a1);
  2695. T0* r59repeated_inheritance(T59* C,T0* a1,T0* a2,T0* a3);
  2696. T0* r59look_up_for(T59* C,T0* a1,T0* a2);
  2697. void r59get_started(T59* C);
  2698. T0* r59first_parent_for(T59* C,T0* a1);
  2699. void r59make(T59* C,T0* a1,T0* a2,T0* a3,T0* a4);
  2700. void r59pretty_print(T59* C);
  2701. void r59collect_for(T59* C,T2 a1,T0* a2);
  2702. T6 r59is_a_vncg(T59* C,T0* a1,T0* a2);
  2703. T6 r59has_parent(T59* C,T0* a1);
  2704. T0* r59smallest_ancestor(T59* C,T0* a1);
  2705. T0* r49base_class(T49* C);
  2706. T6 r49is_subclass_of(T49* C,T0* a1);
  2707. void r49identify(T49* C,T0* a1);
  2708. void r49make_unknown(T49* C);
  2709. void r49make(T49* C,T0* a1,T0* a2);
  2710. T0* r120start_position(T120* C);
  2711. T0* r120add_comment(T120* C,T0* a1);
  2712. T2 r120to_integer(T120* C);
  2713. void r120bracketed_pretty_print(T120* C);
  2714. void r120print_op(T120* C);
  2715. T0* r120to_runnable(T120* C,T0* a1);
  2716. T0* r120result_type(T120* C);
  2717. T0* r120runnable_args(T0* a1,T0* a2);
  2718. void r120with(T120* C,T0* a1,T0* a2,T0* a3,T0* a4,T0* a5);
  2719. void r120run_feature_match(T120* C,T0* a1);
  2720. T0* r120runnable_expression(T0* a1,T0* a2);
  2721. void r120print_as_target(T120* C);
  2722. void r120run_feature_has_result(T120* C);
  2723. T0* r120run_feature_for(T120* C,T0* a1,T0* a2);
  2724. void r120error(T0* a1,T0* a2);
  2725. void r120make(T120* C,T0* a1,T0* a2,T0* a3);
  2726. void r120pretty_print(T120* C);
  2727. T0* r161add_comment(T161* C,T0* a1);
  2728. T0* r161to_runnable(T161* C,T0* a1);
  2729. T0* r161super_feature(T161* C,T0* a1);
  2730. T0* r161precursor_name(T0* a1,T0* a2);
  2731. void r161error(T0* a1,T0* a2);
  2732. void r161make(T161* C,T0* a1,T0* a2,T0* a3);
  2733. void r161pretty_print(T161* C);
  2734. void r161prepare_arguments(T161* C,T0* a1);
  2735. T2 r84max_id(T84* C);
  2736. T2 r84item(T84* C,T0* a1);
  2737. void r84make(T84* C);
  2738. void r84add2(T84* C,T0* a1,T2 a2);
  2739. T2 r84hash_code(T0* a1);
  2740. void r217add_when_item_1(T217* C,T0* a1);
  2741. T0* r217to_runnable_integer(T217* C,T0* a1);
  2742. void r217add_slice(T217* C,T0* a1,T0* a2);
  2743. void r217from_e_when(T217* C,T0* a1);
  2744. T6 r217includes_integer(T217* C,T2 a1);
  2745. void r217add_when_item_2(T217* C,T0* a1);
  2746. void r217add_value(T217* C,T0* a1);
  2747. void r217err_occ(T217* C,T2 a1,T0* a2);
  2748. void r217error(T0* a1,T0* a2);
  2749. void r217make(T217* C,T0* a1,T0* a2);
  2750. void r217pretty_print(T217* C);
  2751. T0* r217to_runnable_character(T217* C,T0* a1);
  2752. T0* r189start_position(T189* C);
  2753. T6 r189is_merge_with(T189* C,T0* a1,T0* a2);
  2754. void r189pretty_print_profile(T189* C);
  2755. void r189add_into(T189* C,T0* a1);
  2756. T6 r189can_hide(T189* C,T0* a1,T0* a2);
  2757. T0* r189try_to_undefine(T189* C,T0* a1,T0* a2);
  2758. T0* r189to_run_feature(T189* C,T0* a1,T0* a2);
  2759. void r189merge_header_comments(T189* C,T0* a1);
  2760. T0* r189try_to_undefine_aux(T189* C,T0* a1,T0* a2);
  2761. void r189error(T0* a1,T0* a2);
  2762. void r189make(T189* C,T0* a1,T0* a2,T0* a3);
  2763. void r189pretty_print_names(T189* C);
  2764. void r189pretty_print(T189* C);
  2765. void r189collect_for(T2 a1);
  2766. void r189pretty_tail(T189* C);
  2767. void r338initialize(T338* C);
  2768. T0* r338start_position(T338* C);
  2769. extern T0*oBC11once_routine_pool;
  2770. void r338add_client(T338* C,T0* a1);
  2771. T0* r338run_class(T338* C);
  2772. void r338make(T338* C,T0* a1,T0* a2,T0* a3);
  2773. T2 r338arg_count(T338* C);
  2774. T0* r338clients(T338* C);
  2775. T6 r338is_exported_in(T338* C,T0* a1);
  2776. void r64good_end(T64* C,T0* a1);
  2777. void r64warning(T0* a1,T0* a2);
  2778. void r64make(T64* C,T0* a1,T0* a2);
  2779. void r64append(T64* C,T0* a1);
  2780. T6 r64dummy(T64* C);
  2781. void r64pretty_print(T64* C);
  2782. T6 r346is_frozen(T346* C);
  2783. void r346undefine_in(T346* C,T0* a1);
  2784. T0* r346origin_base_class(T346* C);
  2785. T0* r346start_position(T346* C);
  2786. T0* r346to_string(T346* C);
  2787. void r346refer_to(T346* C,T2 a1,T0* a2);
  2788. void r346error(T0* a1,T0* a2);
  2789. void r298append_in(T298* C,T0* a1);
  2790. void r298make(T298* C,T0* a1,T0* a2);
  2791. void r298pretty_print(T298* C);
  2792. T0* r85start_position(T85* C);
  2793. T0* r85to_runnable(T85* C,T0* a1);
  2794. void r85error(T0* a1,T0* a2);
  2795. void r85make(T85* C,T0* a1,T0* a2,T0* a3);
  2796. void r85pretty_print(T85* C);
  2797. T0* r268start_position(T268* C);
  2798. T0* r268add_comment(T268* C,T0* a1);
  2799. T0* r268right_type(T268* C);
  2800. T0* r268to_runnable(T268* C,T0* a1);
  2801. void r268warning(T0* a1,T0* a2);
  2802. T0* r268left_type(T268* C);
  2803. void r268error(T0* a1,T0* a2);
  2804. void r268make(T268* C,T0* a1,T0* a2);
  2805. void r268pretty_print_assignment(T0* a1,T0* a2,T0* a3);
  2806. void r182set_require_else(T182* C,T0* a1,T0* a2,T0* a3);
  2807. T0* r182to_cst_att_integer(T182* C,T0* a1);
  2808. T0* r182to_external_routine(T182* C,T0* a1,T0* a2);
  2809. T0* r182to_deferred_routine(T182* C);
  2810. extern T0*oBC182names;
  2811. T0* r182to_cst_att_boolean(T182* C,T0* a1);
  2812. T0* r182to_writable_attribute(T182* C);
  2813. T0* r182to_procedure_or_function(T182* C);
  2814. void r182set_require(T182* C,T0* a1,T0* a2,T0* a3);
  2815. void r182initialize(T182* C);
  2816. T0* r182n(void);
  2817. T0* r182to_cst_att_bit(T182* C,T0* a1);
  2818. void r182add_synonym(T0* a1);
  2819. T0* r182to_cst_att_real(T182* C,T0* a1);
  2820. void r182to_cst_att_check_result_type(T182* C);
  2821. T0* r182to_cst_att_unique(T182* C);
  2822. void r182error(T0* a1,T0* a2);
  2823. T0* r182to_cst_att_string(T182* C,T0* a1);
  2824. T0* r182to_cst_att_character(T182* C,T0* a1);
  2825. T0* r182to_once_routine(T182* C);
  2826. T0* r141add_comment(T141* C,T0* a1);
  2827. T2 r141to_integer(T141* C);
  2828. T0* r141to_runnable(T141* C,T0* a1);
  2829. void r141error(T0* a1,T0* a2);
  2830. T6 r310print_end_loop(T310* C);
  2831. void r310level_incr(T310* C);
  2832. void r310level_decr(T310* C);
  2833. T6 r310print_end_check(T310* C);
  2834. T6 r310print_end_inspect(T310* C);
  2835. T6 r310print_end_if(T310* C);
  2836. void r310connect_to(T310* C,T0* a1);
  2837. void r310put_string(T310* C,T0* a1);
  2838. void r310skip(T310* C,T2 a1);
  2839. T6 r310print_end_debug(T310* C);
  2840. void r310keyword(T310* C,T0* a1);
  2841. void r310indent(T310* C);
  2842. T6 r310zen_mode(T310* C);
  2843. T6 r310print_end_routine(T310* C);
  2844. void r310put_end(T310* C,T0* a1);
  2845. T6 r310print_current(T310* C);
  2846. void r310put_character(T310* C,T3 a1);
  2847. extern T0*oBC310tmp_string;
  2848. void r310put_integer(T310* C,T2 a1);
  2849. void r188increment(T188* C);
  2850. T0* r290run_require(T0* a1);
  2851. T0* r290start_position(T290* C);
  2852. T6 r290is_merge_with(T290* C,T0* a1,T0* a2);
  2853. T0* r290runnable(T0* a1,T0* a2,T0* a3);
  2854. void r290pretty_print_profile(T290* C);
  2855. void r290add_into(T290* C,T0* a1);
  2856. T6 r290can_hide(T290* C,T0* a1,T0* a2);
  2857. T0* r290run_ensure(T0* a1);
  2858. void r290check_obsolete(T290* C);
  2859. T0* r290try_to_undefine(T290* C,T0* a1,T0* a2);
  2860. void r290make_routine(T290* C,T0* a1,T0* a2,T0* a3,T0* a4,T0* a5);
  2861. T0* r290to_run_feature(T290* C,T0* a1,T0* a2);
  2862. void r290merge_header_comments(T290* C,T0* a1);
  2863. void r290pretty_print_routine_body(T290* C);
  2864. void r290pretty_print_arguments(T290* C);
  2865. void r290pretty_print_rescue(T290* C);
  2866. void r290warning(T0* a1,T0* a2);
  2867. T0* r290try_to_undefine_aux(T290* C,T0* a1,T0* a2);
  2868. void r290error(T0* a1,T0* a2);
  2869. void r290make(T290* C,T0* a1,T0* a2,T0* a3,T0* a4,T0* a5,T0* a6,T0* a7);
  2870. void r290pretty_print_names(T290* C);
  2871. void r290pretty_print(T290* C);
  2872. void r290collect_for(T290* C,T2 a1);
  2873. void r290set_header_comment(T290* C,T0* a1);
  2874. void r37print_as_warning(T37* C);
  2875. extern T0*oBC1std_error;
  2876. extern T0*oBC37explanation;
  2877. void r37print_as_fatal_error(T37* C);
  2878. void r37print_as_error(T37* C);
  2879. void r37incr_nb_errors(T37* C);
  2880. void r37incr_nb_warnings(T37* C);
  2881. void r37warning(T37* C,T0* a1);
  2882. void r37error(T37* C,T0* a1);
  2883. extern T0*oBC37positions;
  2884. void r37add_position(T0* a1);
  2885. void r37add_type(T0* a1,T0* a2);
  2886. void r37do_print(T0* a1);
  2887. void r37fatal_error(T37* C,T0* a1);
  2888. T6 r60has(T60* C,T0* a1);
  2889. extern T0*oBC60forbidden_parent_list;
  2890. void r60select_conflict(T0* a1,T0* a2);
  2891. T0* r60start_position(T60* C);
  2892. T0* r60precursor_for(T60* C,T0* a1,T0* a2);
  2893. T0* r60going_up(T60* C,T0* a1,T0* a2,T0* a3);
  2894. T0* r60look_up_for(T60* C,T0* a1,T0* a2);
  2895. void r60get_started(T60* C,T0* a1);
  2896. T0* r60apply_undefine(T60* C,T0* a1,T0* a2);
  2897. T0* r60smallest_ancestor(T60* C,T0* a1);
  2898. T6 r60has_redefine(T60* C,T0* a1);
  2899. T0* r60get_new_name(T60* C,T0* a1);
  2900. T0* r60up_to_original(T60* C,T0* a1,T0* a2);
  2901. void r60missing_select(T0* a1,T0* a2);
  2902. T0* r60get_old_name(T60* C,T0* a1);
  2903. T0* r60clients_for(T60* C,T0* a1);
  2904. T0* r60has_undefine(T60* C,T0* a1);
  2905. T0* r60do_rename(T60* C,T0* a1);
  2906. void r60add_rename(T60* C,T0* a1);
  2907. T0* r60going_down(T60* C,T0* a1,T0* a2);
  2908. void r60multiple_check(T60* C,T0* a1);
  2909. T6 r60has_select_for(T60* C,T0* a1);
  2910. void r60make(T60* C,T0* a1);
  2911. void r60pretty_print(T60* C);
  2912. void r60collect_for(T60* C,T2 a1,T0* a2);
  2913. T6 r60is_a_vncg(T60* C,T0* a1,T0* a2);
  2914. T0* r228add_comment(T228* C,T0* a1);
  2915. T0* r228to_runnable(T228* C,T0* a1);
  2916. void r228error(T0* a1,T0* a2);
  2917. void r228make(T228* C,T0* a1,T0* a2,T0* a3,T0* a4,T0* a5,T0* a6);
  2918. void r228pretty_print(T228* C);
  2919. void r122run_feature_match(T122* C);
  2920. T0* r122runnable_expression(T0* a1,T0* a2);
  2921. T0* r122start_position(T122* C);
  2922. T0* r122add_comment(T122* C,T0* a1);
  2923. T2 r122to_integer(T122* C);
  2924. void r122print_as_target(T122* C);
  2925. void r122bracketed_pretty_print(T122* C);
  2926. T0* r122to_runnable(T122* C,T0* a1);
  2927. void r122run_feature_has_result(T122* C);
  2928. T0* r122run_feature_for(T122* C,T0* a1,T0* a2);
  2929. T0* r122result_type(T122* C);
  2930. void r122error(T0* a1,T0* a2);
  2931. void r122make(T122* C,T0* a1,T0* a2);
  2932. void r122pretty_print(T122* C);
  2933. void r122with(T122* C,T0* a1,T0* a2,T0* a3);
  2934. T0* r130add_comment(T130* C,T0* a1);
  2935. T2 r130to_integer(T130* C);
  2936. void r130print_as_target(T130* C);
  2937. void r130bracketed_pretty_print(T130* C);
  2938. T0* r130type_any(void);
  2939. T0* r130to_runnable(T130* C,T0* a1);
  2940. extern T0*oBC11manifest_array_pool;
  2941. extern int fBC130result_type;
  2942. extern T0*oBC130result_type;
  2943. T0* r130result_type(void);
  2944. void r130error(T0* a1,T0* a2);
  2945. void r130make(T130* C,T0* a1,T0* a2);
  2946. void r130pretty_print(T130* C);
  2947. T0* r138add_comment(T138* C,T0* a1);
  2948. T2 r138to_integer(T138* C);
  2949. T0* r138to_runnable(T138* C,T0* a1);
  2950. void r138error(T0* a1,T0* a2);
  2951. void r305add_last(T305* C,T0* a1);
  2952. void r305pretty_print(T305* C);
  2953. void r263make(T263* C,T0* a1,T0* a2);
  2954. void r263pretty_print(T263* C);
  2955. T0* r247base_class(T247* C);
  2956. T6 r247is_a_in(T247* C,T0* a1,T0* a2);
  2957. T2 r247id(T247* C);
  2958. T0* r247look_up_for(T247* C,T0* a1,T0* a2);
  2959. T0* r247to_runnable(T247* C,T0* a1);
  2960. void r247load_basic_features(T247* C);
  2961. T0* r247run_class(T247* C);
  2962. void r247make_runnable(T247* C,T0* a1,T0* a2);
  2963. T0* r247smallest_ancestor(T247* C,T0* a1);
  2964. T0* r247run_time_mark(T247* C);
  2965. T0* r247twin(T247* C);
  2966. T0* r247type_any(void);
  2967. T6 r247is_a(T247* C,T0* a1);
  2968. T6 r247is_run_type(T247* C);
  2969. void r247make(T247* C,T0* a1,T0* a2);
  2970. T0* r251generic_list(T251* C);
  2971. T0* r251base_class(T251* C);
  2972. extern int fBC251used_as_reference;
  2973. void r251used_as_reference(void);
  2974. T6 r251is_a_in(T251* C,T0* a1,T0* a2);
  2975. T0* r251look_up_for(T251* C,T0* a1,T0* a2);
  2976. T0* r251to_runnable(T251* C,T0* a1);
  2977. extern int fBC11type_double_ref;
  2978. extern T0*oBC11type_double_ref;
  2979. T0* r251type_double_ref(void);
  2980. T0* r251run_class(T251* C);
  2981. T6 r251has_creation(T251* C,T0* a1);
  2982. T0* r251smallest_ancestor(T251* C,T0* a1);
  2983. T0* r251run_time_mark(void);
  2984. T6 r251is_a(T251* C,T0* a1);
  2985. T0* r251written_mark(void);
  2986. void r251error(T0* a1,T0* a2);
  2987. void r251make(T251* C,T0* a1);
  2988. void r251fatal_error_generic_list(T251* C);
  2989. void r251load_ref(T0* a1);
  2990. extern int fBC251check_type;
  2991. void r251check_type(T251* C);
  2992. T0* r196start_position(T196* C);
  2993. T6 r196is_merge_with(T196* C,T0* a1,T0* a2);
  2994. void r196pretty_print_profile(T196* C);
  2995. void r196add_into(T196* C,T0* a1);
  2996. T6 r196can_hide(T196* C,T0* a1,T0* a2);
  2997. T0* r196try_to_undefine(T196* C,T0* a1,T0* a2);
  2998. T0* r196to_run_feature(T196* C,T0* a1,T0* a2);
  2999. void r196merge_header_comments(T196* C,T0* a1);
  3000. T0* r196try_to_undefine_aux(T196* C,T0* a1,T0* a2);
  3001. void r196error(T0* a1,T0* a2);
  3002. void r196make(T196* C,T0* a1,T0* a2,T0* a3);
  3003. void r196pretty_print_names(T196* C);
  3004. void r196pretty_print(T196* C);
  3005. void r196collect_for(T2 a1);
  3006. void r196pretty_tail(T196* C);
  3007. T0* r183start_position(T183* C);
  3008. T6 r183is_merge_with(T183* C,T0* a1,T0* a2);
  3009. void r183pretty_print_profile(T183* C);
  3010. void r183add_into(T183* C,T0* a1);
  3011. T6 r183can_hide(T183* C,T0* a1,T0* a2);
  3012. T0* r183try_to_undefine(T183* C,T0* a1,T0* a2);
  3013. T0* r183to_run_feature(T183* C,T0* a1,T0* a2);
  3014. void r183merge_header_comments(T183* C,T0* a1);
  3015. T0* r183try_to_undefine_aux(T183* C,T0* a1,T0* a2);
  3016. extern T0*oBC183counter;
  3017. void r183error(T0* a1,T0* a2);
  3018. void r183make(T183* C,T0* a1,T0* a2);
  3019. void r183pretty_print_names(T183* C);
  3020. void r183pretty_print(T183* C);
  3021. void r183collect_for(T2 a1);
  3022. void r350register(T0* a1);
  3023. extern T0*oBC350manifest_array_types;
  3024. void r342fe_vffd7(T342* C);
  3025. void r342initialize(T342* C);
  3026. T0* r342start_position(T342* C);
  3027. void r342add_client(T342* C,T0* a1);
  3028. T0* r342run_class(T342* C);
  3029. void r342make(T342* C,T0* a1,T0* a2,T0* a3);
  3030. T2 r342arg_count(T342* C);
  3031. T0* r342clients(T342* C);
  3032. T6 r342is_exported_in(T342* C,T0* a1);
  3033. T0* r255generic_list(T255* C);
  3034. T0* r255base_class(T255* C);
  3035. extern int fBC255used_as_reference;
  3036. void r255used_as_reference(void);
  3037. T6 r255is_a_in(T255* C,T0* a1,T0* a2);
  3038. T0* r255look_up_for(T255* C,T0* a1,T0* a2);
  3039. T0* r255to_runnable(T255* C,T0* a1);
  3040. T0* r255run_class(T255* C);
  3041. T6 r255has_creation(T255* C,T0* a1);
  3042. T0* r255smallest_ancestor(T255* C,T0* a1);
  3043. T0* r255run_time_mark(void);
  3044. extern int fBC11type_real_ref;
  3045. extern T0*oBC11type_real_ref;
  3046. T0* r255type_real_ref(void);
  3047. extern int fBC11type_double;
  3048. extern T0*oBC11type_double;
  3049. T0* r255type_double(void);
  3050. T6 r255is_a(T255* C,T0* a1);
  3051. T0* r255written_mark(void);
  3052. void r255error(T0* a1,T0* a2);
  3053. void r255make(T255* C,T0* a1);
  3054. void r255fatal_error_generic_list(T255* C);
  3055. void r255load_ref(T0* a1);
  3056. extern int fBC255check_type;
  3057. void r255check_type(T255* C);
  3058. void r77get_started(T77* C,T0* a1);
  3059. void r77pretty_print(T77* C);
  3060. void r76make(T76* C,T0* a1,T0* a2);
  3061. void r76pretty_print(T76* C);
  3062. T2 r76index_of(T76* C,T0* a1);
  3063. T0* r194start_position(T194* C);
  3064. T6 r194is_merge_with(T194* C,T0* a1,T0* a2);
  3065. void r194pretty_print_profile(T194* C);
  3066. void r194add_into(T194* C,T0* a1);
  3067. T6 r194can_hide(T194* C,T0* a1,T0* a2);
  3068. T0* r194try_to_undefine(T194* C,T0* a1,T0* a2);
  3069. T0* r194to_run_feature(T194* C,T0* a1,T0* a2);
  3070. void r194merge_header_comments(T194* C,T0* a1);
  3071. T0* r194try_to_undefine_aux(T194* C,T0* a1,T0* a2);
  3072. void r194error(T0* a1,T0* a2);
  3073. void r194make(T194* C,T0* a1,T0* a2,T0* a3);
  3074. void r194pretty_print_names(T194* C);
  3075. void r194pretty_print(T194* C);
  3076. void r194collect_for(T2 a1);
  3077. void r194pretty_tail(T194* C);
  3078. T0* r282language_name(void);
  3079. T0* r116start_position(T116* C);
  3080. T0* r116add_comment(T116* C,T0* a1);
  3081. T2 r116to_integer(T116* C);
  3082. void r116bracketed_pretty_print(T116* C);
  3083. void r116print_op(T116* C);
  3084. T0* r116to_runnable(T116* C,T0* a1);
  3085. T0* r116result_type(T116* C);
  3086. T0* r116runnable_args(T0* a1,T0* a2);
  3087. void r116with(T116* C,T0* a1,T0* a2,T0* a3,T0* a4,T0* a5);
  3088. void r116run_feature_match(T116* C,T0* a1);
  3089. T0* r116runnable_expression(T0* a1,T0* a2);
  3090. void r116print_as_target(T116* C);
  3091. void r116run_feature_has_result(T116* C);
  3092. T0* r116run_feature_for(T116* C,T0* a1,T0* a2);
  3093. void r116error(T0* a1,T0* a2);
  3094. void r116make(T116* C,T0* a1,T0* a2,T0* a3);
  3095. void r116pretty_print(T116* C);
  3096. T0* r116operator(void);
  3097. T0* r167twin(T167* C);
  3098. T0* r167add_comment(T167* C,T0* a1);
  3099. T2 r167to_integer(T167* C);
  3100. void r167print_as_target(T167* C);
  3101. T0* r167to_runnable(T167* C,T0* a1);
  3102. T0* r167written_in(T167* C);
  3103. void r167name_clash_for(T167* C,T0* a1,T0* a2);
  3104. void r167error(T0* a1,T0* a2);
  3105. void r167make(T167* C,T0* a1,T0* a2);
  3106. T0* r167base_class_written(T167* C);
  3107. T0* r302clients_for(T302* C,T0* a1);
  3108. void r302make(T302* C,T0* a1,T0* a2);
  3109. void r302pretty_print(T302* C);
  3110. T0* r359start_position(T359* C);
  3111. T0* r359add_comment(T359* C,T0* a1);
  3112. void r359print_as_target(T359* C);
  3113. T2 r359to_integer(T359* C);
  3114. void r359bracketed_pretty_print(T359* C);
  3115. T0* r359to_runnable(T359* C,T0* a1);
  3116. void r359error(T0* a1,T0* a2);
  3117. T2 r359precedence(T359* C);
  3118. void r359make(T359* C,T0* a1,T0* a2);
  3119. T6 r359is_current(T359* C);
  3120. void r359pretty_print(T359* C);
  3121. T0* r107start_position(T107* C);
  3122. T0* r107add_comment(T107* C,T0* a1);
  3123. T2 r107to_integer(T107* C);
  3124. void r107bracketed_pretty_print(T107* C);
  3125. void r107print_op(T107* C);
  3126. T0* r107to_runnable(T107* C,T0* a1);
  3127. T0* r107result_type(T107* C);
  3128. T0* r107runnable_args(T0* a1,T0* a2);
  3129. void r107with(T107* C,T0* a1,T0* a2,T0* a3,T0* a4,T0* a5);
  3130. void r107run_feature_match(T107* C,T0* a1);
  3131. T0* r107runnable_expression(T0* a1,T0* a2);
  3132. void r107print_as_target(T107* C);
  3133. void r107run_feature_has_result(T107* C);
  3134. T0* r107run_feature_for(T107* C,T0* a1,T0* a2);
  3135. void r107error(T0* a1,T0* a2);
  3136. void r107make(T107* C,T0* a1,T0* a2,T0* a3);
  3137. void r107pretty_print(T107* C);
  3138. T0* r107operator(void);
  3139. T0* r109start_position(T109* C);
  3140. T0* r109add_comment(T109* C,T0* a1);
  3141. T2 r109to_integer(T109* C);
  3142. void r109bracketed_pretty_print(T109* C);
  3143. void r109print_op(T109* C);
  3144. T0* r109to_runnable(T109* C,T0* a1);
  3145. T0* r109result_type(T109* C);
  3146. T0* r109runnable_args(T0* a1,T0* a2);
  3147. void r109with(T109* C,T0* a1,T0* a2,T0* a3,T0* a4,T0* a5);
  3148. void r109run_feature_match(T109* C,T0* a1);
  3149. T0* r109runnable_expression(T0* a1,T0* a2);
  3150. void r109print_as_target(T109* C);
  3151. void r109run_feature_has_result(T109* C);
  3152. T0* r109run_feature_for(T109* C,T0* a1,T0* a2);
  3153. void r109error(T0* a1,T0* a2);
  3154. void r109make(T109* C,T0* a1,T0* a2,T0* a3);
  3155. void r109pretty_print(T109* C);
  3156. T0* r109operator(void);
  3157. T0* r227twin(T227* C);
  3158. T0* r227runnable(T0* a1,T0* a2,T0* a3);
  3159. T0* r227to_runnable(T227* C,T0* a1);
  3160. void r227error(T0* a1,T0* a2);
  3161. void r227make(T227* C,T0* a1,T0* a2,T0* a3);
  3162. void r227pretty_print(T227* C);
  3163. T0* r227name(void);
  3164. T0* r241generic_list(T241* C);
  3165. T0* r241base_class(T241* C);
  3166. T0* r241base_class_name(T241* C);
  3167. void r241used_as_reference(T241* C);
  3168. T6 r241is_a_in(T241* C,T0* a1,T0* a2);
  3169. T2 r241id(T241* C);
  3170. T6 r241is_pointer(T241* C);
  3171. T0* r241look_up_for(T241* C,T0* a1,T0* a2);
  3172. T0* r241to_runnable(T241* C,T0* a1);
  3173. T0* r241run_class(T241* C);
  3174. T6 r241has_creation(T241* C,T0* a1);
  3175. T0* r241expanded_initializer(T241* C);
  3176. T6 r241is_boolean(T241* C);
  3177. T6 r241is_generic(T241* C);
  3178. T6 r241is_bit(T241* C);
  3179. T6 r241is_real(T241* C);
  3180. void r241with(T241* C,T0* a1,T0* a2);
  3181. T0* r241smallest_ancestor(T241* C,T0* a1);
  3182. T6 r241is_any(T241* C);
  3183. T0* r241run_time_mark(T241* C);
  3184. T6 r241is_expanded(T241* C);
  3185. T6 r241is_basic_eiffel_expanded(T241* C);
  3186. T6 r241is_string(T241* C);
  3187. T6 r241is_integer(T241* C);
  3188. T6 r241is_a(T241* C,T0* a1);
  3189. T6 r241is_character(T241* C);
  3190. T6 r241is_reference(T241* C);
  3191. T0* r241written_mark(void);
  3192. T6 r241is_none(T241* C);
  3193. T6 r241is_array(T241* C);
  3194. void r241fatal_error_generic_list(T241* C);
  3195. T6 r241is_double(T241* C);
  3196. void r309connect_to(T309* C,T0* a1);
  3197. void r309disconnect(T309* C);
  3198. T0* r244base_class(T244* C);
  3199. T6 r244is_a_in(T244* C,T0* a1,T0* a2);
  3200. T2 r244id(T244* C);
  3201. T0* r244look_up_for(T244* C,T0* a1,T0* a2);
  3202. T0* r244to_runnable(T244* C,T0* a1);
  3203. void r244load_basic_features(T244* C);
  3204. T0* r244run_type(T244* C);
  3205. T0* r244run_class(T244* C);
  3206. T6 r244has_creation(T244* C,T0* a1);
  3207. void r244with(T244* C,T0* a1,T0* a2,T0* a3);
  3208. T0* r244smallest_ancestor(T244* C,T0* a1);
  3209. T0* r244run_time_mark(T244* C);
  3210. T6 r244is_a(T244* C,T0* a1);
  3211. T6 r244is_run_type(T244* C);
  3212. extern T0*oBC244tmp_written_mark;
  3213. void r244make(T244* C,T0* a1,T0* a2);
  3214. void r244final(T244* C,T0* a1,T0* a2);
  3215. T0* r157add_comment(T157* C,T0* a1);
  3216. T2 r157to_integer(T157* C);
  3217. void r157print_as_target(T157* C);
  3218. extern int fBC157result_type;
  3219. extern T0*oBC157result_type;
  3220. T0* r157result_type(void);
  3221. void r157error(T0* a1,T0* a2);
  3222. void r157make(T157* C,T0* a1,T0* a2);
  3223. T0* r164to_string(T164* C);
  3224. T0* r164add_comment(T164* C,T0* a1);
  3225. T2 r164to_integer(T164* C);
  3226. void r164print_as_target(T164* C);
  3227. T0* r164to_runnable(T164* C,T0* a1);
  3228. void r164refer_to(T164* C,T0* a1,T0* a2,T2 a3);
  3229. T0* r164result_type(T164* C);
  3230. void r164error(T0* a1,T0* a2);
  3231. void r335initialize(T335* C);
  3232. T0* r335start_position(T335* C);
  3233. void r335add_client(T335* C,T0* a1);
  3234. T0* r335run_class(T335* C);
  3235. void r335make(T335* C,T0* a1,T0* a2,T0* a3);
  3236. T2 r335arg_count(T335* C);
  3237. T0* r335clients(T335* C);
  3238. T6 r335is_exported_in(T335* C,T0* a1);
  3239. T0* r159add_comment(T159* C,T0* a1);
  3240. T2 r159to_integer(T159* C);
  3241. void r159print_as_target(T159* C);
  3242. T0* r159to_runnable(T159* C,T0* a1);
  3243. T0* r159super_feature(T159* C,T0* a1);
  3244. T0* r159precursor_name(T0* a1,T0* a2);
  3245. T0* r159result_type(T159* C);
  3246. void r159error(T0* a1,T0* a2);
  3247. void r159make(T159* C,T0* a1,T0* a2,T0* a3);
  3248. void r159pretty_print(T159* C);
  3249. void r159prepare_arguments(T159* C,T0* a1);
  3250. T0* r258base_class(T258* C);
  3251. void r258used_as_reference(T258* C);
  3252. T6 r258is_a_in(T258* C,T0* a1,T0* a2);
  3253. T2 r258id(T258* C);
  3254. T0* r258look_up_for(T258* C,T0* a1,T0* a2);
  3255. T0* r258to_runnable(T258* C,T0* a1);
  3256. T0* r258run_type(T258* C);
  3257. T0* r258run_class(T258* C);
  3258. T6 r258has_creation(T258* C,T0* a1);
  3259. T0* r258expanded_initializer(T258* C);
  3260. void r258basic_checks(T258* C);
  3261. void r258make_runnable(T258* C,T0* a1,T0* a2);
  3262. T0* r258smallest_ancestor(T258* C,T0* a1);
  3263. T0* r258run_time_mark(T258* C);
  3264. T0* r258twin(T258* C);
  3265. T6 r258is_expanded(T258* C);
  3266. T6 r258is_written_runnable(T258* C);
  3267. T0* r258type_any(void);
  3268. T6 r258is_a(T258* C,T0* a1);
  3269. T6 r258is_run_type(T258* C);
  3270. T6 r258is_reference(T258* C);
  3271. extern T0*oBC258tmp_mark;
  3272. void r258make(T258* C,T0* a1,T0* a2);
  3273. T0* r256generic_list(T256* C);
  3274. T0* r256base_class(T256* C);
  3275. T6 r256is_a_in(T256* C,T0* a1,T0* a2);
  3276. T0* r256look_up_for(T256* C,T0* a1,T0* a2);
  3277. T0* r256run_class(T256* C);
  3278. T6 r256has_creation(T256* C,T0* a1);
  3279. T0* r256smallest_ancestor(T256* C,T0* a1);
  3280. extern int fBC256set_at_run_time;
  3281. void r256set_at_run_time(void);
  3282. T0* r256run_time_mark(void);
  3283. T6 r256is_a(T256* C,T0* a1);
  3284. T0* r256written_mark(void);
  3285. void r256make(T256* C,T0* a1);
  3286. void r256fatal_error_generic_list(T256* C);
  3287. T0* r256type_string(void);
  3288. T0* r248generic_list(T248* C);
  3289. T0* r248base_class(T248* C);
  3290. extern int fBC248used_as_reference;
  3291. void r248used_as_reference(void);
  3292. T6 r248is_a_in(T248* C,T0* a1,T0* a2);
  3293. T0* r248look_up_for(T248* C,T0* a1,T0* a2);
  3294. T0* r248to_runnable(T248* C,T0* a1);
  3295. T0* r248run_class(T248* C);
  3296. T6 r248has_creation(T248* C,T0* a1);
  3297. T0* r248smallest_ancestor(T248* C,T0* a1);
  3298. T0* r248run_time_mark(void);
  3299. extern int fBC11type_boolean_ref;
  3300. extern T0*oBC11type_boolean_ref;
  3301. T0* r248type_boolean_ref(void);
  3302. T6 r248is_a(T248* C,T0* a1);
  3303. T0* r248written_mark(void);
  3304. void r248error(T0* a1,T0* a2);
  3305. void r248make(T248* C,T0* a1);
  3306. void r248fatal_error_generic_list(T248* C);
  3307. void r248load_ref(T0* a1);
  3308. extern int fBC248check_type;
  3309. void r248check_type(T248* C);
  3310. T0* r278language_name(void);
  3311. extern T0*oBC10path;
  3312. void r10automat(T10* C);
  3313. void r10error_style(T10* C,T0* a1);
  3314. extern T0*oBC10new_file;
  3315. void r10pretty_for(T10* C,T0* a1);
  3316. extern T311 oBC1file_tools;
  3317. void r10sfw_connect(T10* C,T0* a1,T0* a2);
  3318. T6 r10file_exists(T0* a1);
  3319. extern T0*oBC10backup;
  3320. T0* r10system_tools(void);
  3321. T0* r10argument(T2 a1);
  3322. void r10make(T10* C);
  3323. void r10pretty_print(T10* C);
  3324. extern int fBC1command_arguments;
  3325. extern T0*oBC1command_arguments;
  3326. T0* r10command_arguments(void);
  3327. extern int fBC10class_names;
  3328. extern T0*oBC10class_names;
  3329. T0* r10class_names(void);
  3330. T0* r356register(T0* a1);
  3331. extern T0*oBC356mangling_dictionary;
  3332. void r353register_for(T0* a1);
  3333. extern T0*oBC353caller_memory;
  3334. extern T0*oBC353registered;
  3335. T0* r215add_comment(T215* C,T0* a1);
  3336. T0* r215to_runnable(T215* C,T0* a1);
  3337. void r34put_string(T34* C,T0* a1);
  3338. void r34put_integer(T34* C,T2 a1);
  3339. T0* r280language_name(void);
  3340. T0* r118start_position(T118* C);
  3341. T0* r118add_comment(T118* C,T0* a1);
  3342. T2 r118to_integer(T118* C);
  3343. void r118bracketed_pretty_print(T118* C);
  3344. void r118print_op(T118* C);
  3345. T0* r118to_runnable(T118* C,T0* a1);
  3346. T0* r118result_type(T118* C);
  3347. T0* r118runnable_args(T0* a1,T0* a2);
  3348. void r118with(T118* C,T0* a1,T0* a2,T0* a3,T0* a4,T0* a5);
  3349. void r118run_feature_match(T118* C,T0* a1);
  3350. T0* r118runnable_expression(T0* a1,T0* a2);
  3351. void r118print_as_target(T118* C);
  3352. void r118run_feature_has_result(T118* C);
  3353. T0* r118run_feature_for(T118* C,T0* a1,T0* a2);
  3354. void r118error(T0* a1,T0* a2);
  3355. void r118make(T118* C,T0* a1,T0* a2,T0* a3);
  3356. void r118pretty_print(T118* C);
  3357. T0* r118operator(void);
  3358. T0* r324start_position(T324* C);
  3359. T2 r324integer_value(T324* C,T0* a1);
  3360. T0* r324run_class(T324* C);
  3361. T2 r324arg_count(T324* C);
  3362. T6 r324is_exported_in(T324* C,T0* a1);
  3363. void r324initialize(T324* C);
  3364. void r324add_client(T324* C,T0* a1);
  3365. void r324make(T324* C,T0* a1,T0* a2,T0* a3);
  3366. T0* r324clients(T324* C);
  3367. T0* r324type_string(void);
  3368. void r339add_procedure(T0* a1);
  3369. extern T0*oBC339procedure_list;
  3370. void r339add_function(T0* a1);
  3371. extern T0*oBC339function_list;
  3372. void r239anchor_cycle_start(T239* C);
  3373. void r239anchor_cycle_end(T239* C);
  3374. T0* r239generic_list(T239* C);
  3375. T0* r239base_class(T239* C);
  3376. T0* r239base_class_name(T239* C);
  3377. void r239used_as_reference(T239* C);
  3378. T6 r239is_a_in(T239* C,T0* a1,T0* a2);
  3379. T2 r239id(T239* C);
  3380. T6 r239is_pointer(T239* C);
  3381. T0* r239look_up_for(T239* C,T0* a1,T0* a2);
  3382. T0* r239to_runnable(T239* C,T0* a1);
  3383. T0* r239run_class(T239* C);
  3384. T6 r239has_creation(T239* C,T0* a1);
  3385. T0* r239expanded_initializer(T239* C);
  3386. T6 r239is_boolean(T239* C);
  3387. T6 r239is_generic(T239* C);
  3388. T6 r239is_bit(T239* C);
  3389. T6 r239is_real(T239* C);
  3390. extern T0*oBC240visited;
  3391. void r239with(T239* C,T0* a1,T0* a2);
  3392. T0* r239smallest_ancestor(T239* C,T0* a1);
  3393. T6 r239is_any(T239* C);
  3394. T0* r239run_time_mark(T239* C);
  3395. T6 r239is_expanded(T239* C);
  3396. T6 r239is_basic_eiffel_expanded(T239* C);
  3397. T6 r239is_string(T239* C);
  3398. T6 r239is_integer(T239* C);
  3399. T6 r239is_a(T239* C,T0* a1);
  3400. T6 r239is_character(T239* C);
  3401. T6 r239is_reference(T239* C);
  3402. void r239make(T239* C,T0* a1,T0* a2);
  3403. T6 r239is_none(T239* C);
  3404. T6 r239is_array(T239* C);
  3405. void r239fatal_error_generic_list(T239* C);
  3406. T6 r239is_double(T239* C);
  3407. T0* r285language_name(void);
  3408. T0* r178start_position(T178* C);
  3409. T0* r178add_comment(T178* C,T0* a1);
  3410. T2 r178to_integer(T178* C);
  3411. void r178bracketed_pretty_print(T178* C);
  3412. void r178print_op(T178* C);
  3413. T0* r178to_runnable(T178* C,T0* a1);
  3414. T0* r178result_type(T178* C);
  3415. T0* r178runnable_args(T0* a1,T0* a2);
  3416. void r178with(T178* C,T0* a1,T0* a2,T0* a3,T0* a4,T0* a5);
  3417. void r178run_feature_match(T178* C,T0* a1);
  3418. T0* r178runnable_expression(T0* a1,T0* a2);
  3419. void r178print_as_target(T178* C);
  3420. void r178run_feature_has_result(T178* C);
  3421. T0* r178run_feature_for(T178* C,T0* a1,T0* a2);
  3422. void r178error(T0* a1,T0* a2);
  3423. void r178make(T178* C,T0* a1,T0* a2,T0* a3);
  3424. void r178pretty_print(T178* C);
  3425. T0* r178operator(void);
  3426. void r33sfr_connect(T33* C,T0* a1,T0* a2);
  3427. void r33w_put_string(T0* a1);
  3428. extern T0*oBC1std_output;
  3429. void r33w_put_integer(T2 a1);
  3430. void r33put_string(T33* C,T0* a1);
  3431. void r33put_character(T33* C,T3 a1);
  3432. void r33put_integer(T33* C,T2 a1);
  3433. void r33w_put_character(T3 a1);
  3434. void r146run_feature_match(T146* C);
  3435. T0* r146runnable_expression(T0* a1,T0* a2);
  3436. T0* r146start_position(T146* C);
  3437. T0* r146add_comment(T146* C,T0* a1);
  3438. void r146run_feature_has_no_result(T146* C);
  3439. T0* r146to_runnable(T146* C,T0* a1);
  3440. T0* r146run_feature_for(T146* C,T0* a1,T0* a2);
  3441. void r146make(T146* C,T0* a1,T0* a2);
  3442. void r146pretty_print(T146* C);
  3443. T0* r146make_runnable(T146* C,T0* a1,T0* a2,T0* a3);
  3444. void r242anchor_cycle_start(T242* C);
  3445. void r242anchor_cycle_end(T242* C);
  3446. T0* r242generic_list(T242* C);
  3447. T0* r242base_class(T242* C);
  3448. T0* r242base_class_name(T242* C);
  3449. void r242used_as_reference(T242* C);
  3450. T6 r242is_a_in(T242* C,T0* a1,T0* a2);
  3451. T2 r242id(T242* C);
  3452. T6 r242is_pointer(T242* C);
  3453. T0* r242look_up_for(T242* C,T0* a1,T0* a2);
  3454. T0* r242to_runnable(T242* C,T0* a1);
  3455. T0* r242run_type(T242* C);
  3456. T0* r242run_class(T242* C);
  3457. T6 r242has_creation(T242* C,T0* a1);
  3458. T0* r242expanded_initializer(T242* C);
  3459. T6 r242is_boolean(T242* C);
  3460. T6 r242is_generic(T242* C);
  3461. T6 r242is_bit(T242* C);
  3462. T6 r242is_real(T242* C);
  3463. void r242with(T242* C,T0* a1,T0* a2);
  3464. T0* r242smallest_ancestor(T242* C,T0* a1);
  3465. T6 r242is_any(T242* C);
  3466. T0* r242run_time_mark(T242* C);
  3467. T6 r242is_expanded(T242* C);
  3468. T6 r242is_basic_eiffel_expanded(T242* C);
  3469. T6 r242is_string(T242* C);
  3470. T6 r242is_integer(T242* C);
  3471. T6 r242is_run_type(T242* C);
  3472. T6 r242is_a(T242* C,T0* a1);
  3473. T6 r242is_character(T242* C);
  3474. T6 r242is_reference(T242* C);
  3475. void r242make(T242* C,T0* a1,T0* a2);
  3476. T6 r242is_none(T242* C);
  3477. T6 r242is_array(T242* C);
  3478. void r242fatal_error_generic_list(T242* C);
  3479. T6 r242is_double(T242* C);
  3480. T0* r191start_position(T191* C);
  3481. T6 r191is_merge_with(T191* C,T0* a1,T0* a2);
  3482. void r191pretty_print_profile(T191* C);
  3483. void r191add_into(T191* C,T0* a1);
  3484. T6 r191can_hide(T191* C,T0* a1,T0* a2);
  3485. T0* r191try_to_undefine(T191* C,T0* a1,T0* a2);
  3486. T0* r191value(T191* C,T2 a1);
  3487. T0* r191to_run_feature(T191* C,T0* a1,T0* a2);
  3488. void r191merge_header_comments(T191* C,T0* a1);
  3489. T0* r191try_to_undefine_aux(T191* C,T0* a1,T0* a2);
  3490. void r191error(T0* a1,T0* a2);
  3491. void r191make(T191* C,T0* a1,T0* a2,T0* a3);
  3492. void r191pretty_print_names(T191* C);
  3493. void r191pretty_print(T191* C);
  3494. void r191collect_for(T2 a1);
  3495. void r191pretty_tail(T191* C);
  3496. T0* r93add_comment(T93* C,T0* a1);
  3497. T2 r93to_integer(T93* C);
  3498. void r93print_as_target(T93* C);
  3499. void r93bracketed_pretty_print(T93* C);
  3500. T0* r93type_any(void);
  3501. T0* r93to_runnable(T93* C,T0* a1);
  3502. void r93error(T0* a1,T0* a2);
  3503. void r93make(T93* C,T0* a1,T0* a2);
  3504. void r93pretty_print(T93* C);
  3505. T0* r272run_require(T0* a1);
  3506. void r272set_rescue_compound(T272* C,T0* a1);
  3507. T0* r272start_position(T272* C);
  3508. T6 r272is_merge_with(T272* C,T0* a1,T0* a2);
  3509. T0* r272runnable(T0* a1,T0* a2,T0* a3);
  3510. void r272pretty_print_profile(T272* C);
  3511. void r272add_into(T272* C,T0* a1);
  3512. T6 r272can_hide(T272* C,T0* a1,T0* a2);
  3513. T0* r272run_ensure(T0* a1);
  3514. void r272check_obsolete(T272* C);
  3515. T0* r272try_to_undefine(T272* C,T0* a1,T0* a2);
  3516. void r272make_routine(T272* C,T0* a1,T0* a2,T0* a3,T0* a4,T0* a5);
  3517. T0* r272to_run_feature(T272* C,T0* a1,T0* a2);
  3518. void r272merge_header_comments(T272* C,T0* a1);
  3519. void r272pretty_print_arguments(T272* C);
  3520. void r272warning(T0* a1,T0* a2);
  3521. void r272error(T0* a1,T0* a2);
  3522. void r272make(T272* C,T0* a1,T0* a2,T0* a3,T0* a4,T0* a5,T0* a6);
  3523. void r272pretty_print_names(T272* C);
  3524. void r272pretty_print(T272* C);
  3525. void r272collect_for(T272* C,T2 a1);
  3526. void r272from_effective(T272* C,T0* a1,T0* a2,T0* a3,T0* a4,T0* a5,T0* a6);
  3527. void r272set_header_comment(T272* C,T0* a1);
  3528. T0* r277language_name(void);
  3529. T6 r56has(T56* C,T0* a1);
  3530. T0* r56expanded_initializer(T56* C,T0* a1);
  3531. void r56make(T56* C,T0* a1,T0* a2,T0* a3,T0* a4);
  3532. void r56pretty_print(T56* C);
  3533. void r56check_expanded_with(T56* C,T0* a1);
  3534. T0* r224to_runnable_integer(T224* C,T0* a1);
  3535. T0* r224start_position(T224* C);
  3536. T0* r224twin(T224* C);
  3537. void r224error(T0* a1,T0* a2);
  3538. void r224pretty_print(T224* C);
  3539. T0* r224to_runnable_character(T224* C,T0* a1);
  3540. void r135run_feature_match(T135* C,T0* a1);
  3541. T0* r135runnable_expression(T0* a1,T0* a2);
  3542. T0* r135start_position(T135* C);
  3543. T0* r135add_comment(T135* C,T0* a1);
  3544. T2 r135to_integer(T135* C);
  3545. void r135print_as_target(T135* C);
  3546. void r135bracketed_pretty_print(T135* C);
  3547. T0* r135to_runnable(T135* C,T0* a1);
  3548. void r135run_feature_has_result(T135* C);
  3549. T0* r135run_feature_for(T135* C,T0* a1,T0* a2);
  3550. T0* r135result_type(T135* C);
  3551. void r135error(T0* a1,T0* a2);
  3552. void r135make(T135* C,T0* a1,T0* a2,T0* a3);
  3553. T0* r135runnable_args(T0* a1,T0* a2);
  3554. void r135pretty_print(T135* C);
  3555. void r135with(T135* C,T0* a1,T0* a2,T0* a3,T0* a4,T0* a5);
  3556. void r133run_feature_match(T133* C);
  3557. T0* r133runnable_expression(T0* a1,T0* a2);
  3558. T0* r133start_position(T133* C);
  3559. T0* r133add_comment(T133* C,T0* a1);
  3560. T2 r133to_integer(T133* C);
  3561. void r133print_as_target(T133* C);
  3562. void r133bracketed_pretty_print(T133* C);
  3563. T0* r133to_runnable(T133* C,T0* a1);
  3564. void r133run_feature_has_result(T133* C);
  3565. T0* r133run_feature_for(T133* C,T0* a1,T0* a2);
  3566. T0* r133result_type(T133* C);
  3567. void r133error(T0* a1,T0* a2);
  3568. void r133make(T133* C,T0* a1,T0* a2);
  3569. void r133pretty_print(T133* C);
  3570. void r133with(T133* C,T0* a1,T0* a2,T0* a3);
  3571. T0* r55start_position(T55* C);
  3572. T0* r55get_clause(T55* C,T0* a1);
  3573. T0* r55expanded_initializer(T55* C,T0* a1);
  3574. void r55pretty_print(T55* C);
  3575. void r55check_expanded_with(T55* C,T0* a1);
  3576. T0* r313get_feature_with(T313* C,T0* a1);
  3577. T0* r313base_class(T313* C);
  3578. T0* r313get_or_fatal_error(T313* C,T0* a1);
  3579. void r313used_as_reference(T313* C);
  3580. T0* r313get_rf(T313* C,T0* a1,T0* a2,T0* a3);
  3581. extern T0*oBC313to_reference_memory;
  3582. T0* r313get_feature(T313* C,T0* a1);
  3583. extern int fBC11class_general;
  3584. extern T0*oBC11class_general;
  3585. T0* r313class_general(void);
  3586. T0* r313at(T313* C,T0* a1);
  3587. T0* r313get_copy(T313* C);
  3588. void r313set_at_run_time(T313* C);
  3589. void r313store_feature(T313* C,T0* a1);
  3590. T0* r313get_rf_with(T313* C,T0* a1);
  3591. T0* r313class_with(T0* a1);
  3592. void r313add_running(T313* C,T0* a1);
  3593. T6 r313is_running_of(T313* C,T0* a1);
  3594. void r313add_client(T313* C,T0* a1);
  3595. void r313error(T0* a1,T0* a2);
  3596. void r313make(T313* C,T0* a1);
  3597. extern int fBC11id_provider;
  3598. extern T0*oBC11id_provider;
  3599. T0* r313id_provider(void);
  3600. void r313efnf(T313* C,T0* a1,T0* a2);
  3601. T0* r313get_result_type(T313* C,T0* a1);
  3602. T0* r216twin(T216* C);
  3603. void r216add_when(T216* C,T0* a1);
  3604. T0* r216add_comment(T216* C,T0* a1);
  3605. void r216set_else_compound(T216* C,T0* a1,T0* a2);
  3606. T0* r216to_runnable(T216* C,T0* a1);
  3607. void r216error(T0* a1,T0* a2);
  3608. void r216make(T216* C,T0* a1,T0* a2);
  3609. void r216pretty_print(T216* C);
  3610. T0* r174twin(T174* C);
  3611. T0* r174add_comment(T174* C,T0* a1);
  3612. T2 r174to_integer(T174* C);
  3613. void r174print_as_target(T174* C);
  3614. T0* r174to_runnable(T174* C,T0* a1);
  3615. T0* r174written_in(T174* C);
  3616. void r174name_clash_for(T174* C,T0* a1,T0* a2);
  3617. void r174error(T0* a1,T0* a2);
  3618. void r174make(T174* C,T0* a1,T0* a2);
  3619. T0* r174base_class_written(T174* C);
  3620. void r147run_feature_match(T147* C,T0* a1);
  3621. T0* r147runnable_expression(T0* a1,T0* a2);
  3622. T0* r147start_position(T147* C);
  3623. T0* r147add_comment(T147* C,T0* a1);
  3624. void r147run_feature_has_no_result(T147* C);
  3625. T0* r147to_runnable(T147* C,T0* a1);
  3626. T0* r147run_feature_for(T147* C,T0* a1,T0* a2);
  3627. void r147make(T147* C,T0* a1,T0* a2,T0* a3);
  3628. T0* r147runnable_args(T0* a1,T0* a2);
  3629. void r147pretty_print(T147* C);
  3630. T0* r147make_runnable(T147* C,T0* a1,T0* a2,T0* a3);
  3631. void r147with(T147* C,T0* a1,T0* a2,T0* a3,T0* a4,T0* a5);
  3632. T0* r117start_position(T117* C);
  3633. T0* r117add_comment(T117* C,T0* a1);
  3634. T2 r117to_integer(T117* C);
  3635. void r117bracketed_pretty_print(T117* C);
  3636. void r117print_op(T117* C);
  3637. T0* r117to_runnable(T117* C,T0* a1);
  3638. T0* r117result_type(T117* C);
  3639. T0* r117runnable_args(T0* a1,T0* a2);
  3640. void r117with(T117* C,T0* a1,T0* a2,T0* a3,T0* a4,T0* a5);
  3641. void r117run_feature_match(T117* C,T0* a1);
  3642. T0* r117runnable_expression(T0* a1,T0* a2);
  3643. void r117print_as_target(T117* C);
  3644. void r117run_feature_has_result(T117* C);
  3645. T0* r117run_feature_for(T117* C,T0* a1,T0* a2);
  3646. void r117error(T0* a1,T0* a2);
  3647. void r117make(T117* C,T0* a1,T0* a2,T0* a3);
  3648. void r117pretty_print(T117* C);
  3649. T0* r117operator(void);
  3650. T0* r218to_runnable_integer(T218* C,T0* a1);
  3651. T0* r218start_position(T218* C);
  3652. T6 r218includes_integer(T218* C,T2 a1);
  3653. void r218from_when_list(T218* C,T0* a1);
  3654. void r218error(T0* a1,T0* a2);
  3655. void r218pretty_print(T218* C);
  3656. T0* r218to_runnable_character(T218* C,T0* a1);
  3657. T0* r270run_require(T0* a1);
  3658. void r270set_rescue_compound(T270* C,T0* a1);
  3659. T0* r270start_position(T270* C);
  3660. T6 r270is_merge_with(T270* C,T0* a1,T0* a2);
  3661. T0* r270runnable(T0* a1,T0* a2,T0* a3);
  3662. void r270pretty_print_profile(T270* C);
  3663. void r270add_into(T270* C,T0* a1);
  3664. T6 r270can_hide(T270* C,T0* a1,T0* a2);
  3665. T0* r270run_ensure(T0* a1);
  3666. void r270check_obsolete(T270* C);
  3667. T0* r270try_to_undefine(T270* C,T0* a1,T0* a2);
  3668. void r270make_routine(T270* C,T0* a1,T0* a2,T0* a3,T0* a4,T0* a5);
  3669. T0* r270to_run_feature(T270* C,T0* a1,T0* a2);
  3670. void r270merge_header_comments(T270* C,T0* a1);
  3671. void r270pretty_print_arguments(T270* C);
  3672. void r270warning(T0* a1,T0* a2);
  3673. void r270error(T0* a1,T0* a2);
  3674. void r270pretty_print_names(T270* C);
  3675. void r270pretty_print(T270* C);
  3676. void r270collect_for(T270* C,T2 a1);
  3677. void r270from_effective(T270* C,T0* a1,T0* a2,T0* a3,T0* a4,T0* a5);
  3678. void r270set_header_comment(T270* C,T0* a1);
  3679. T0* r203twin(T203* C);
  3680. T0* r203runnable(T0* a1,T0* a2,T0* a3);
  3681. T0* r203to_runnable(T203* C,T0* a1);
  3682. void r203error(T0* a1,T0* a2);
  3683. void r203make(T203* C,T0* a1,T0* a2,T0* a3);
  3684. void r203pretty_print(T203* C);
  3685. T0* r203name(void);
  3686. T0* r200start_position(T200* C);
  3687. T0* r200item(T200* C,T2 a1);
  3688. T0* r200to_runnable(T200* C,T0* a1);
  3689. T2 r200count(T200* C);
  3690. void r200make(T200* C,T0* a1,T0* a2,T0* a3);
  3691. void r200pretty_print(T200* C);
  3692. void r200put(T200* C,T0* a1,T2 a2);
  3693. void r200from_compound(T200* C,T0* a1);
  3694. T0* r231add_comment(T231* C,T0* a1);
  3695. void r231check_created_type(T231* C,T0* a1);
  3696. T0* r231to_runnable(T231* C,T0* a1);
  3697. void r231warning(T0* a1,T0* a2);
  3698. void r231error(T0* a1,T0* a2);
  3699. void r231make(T231* C,T0* a1,T0* a2);
  3700. void r231pretty_print(T231* C);
  3701. void r231check_writable(T231* C,T0* a1);
  3702. void r231check_creation_clause(T231* C,T0* a1);
  3703. T0* r225to_runnable_integer(T225* C,T0* a1);
  3704. T0* r225start_position(T225* C);
  3705. T0* r225twin(T225* C);
  3706. void r225error(T0* a1,T0* a2);
  3707. void r225make(T225* C,T0* a1,T0* a2);
  3708. void r225pretty_print(T225* C);
  3709. T0* r225to_runnable_character(T225* C,T0* a1);
  3710. T0* r108start_position(T108* C);
  3711. T0* r108add_comment(T108* C,T0* a1);
  3712. T2 r108to_integer(T108* C);
  3713. void r108bracketed_pretty_print(T108* C);
  3714. void r108print_op(T108* C);
  3715. T0* r108to_runnable(T108* C,T0* a1);
  3716. T0* r108result_type(T108* C);
  3717. T0* r108runnable_args(T0* a1,T0* a2);
  3718. void r108with(T108* C,T0* a1,T0* a2,T0* a3,T0* a4,T0* a5);
  3719. void r108run_feature_match(T108* C,T0* a1);
  3720. T0* r108runnable_expression(T0* a1,T0* a2);
  3721. void r108print_as_target(T108* C);
  3722. void r108run_feature_has_result(T108* C);
  3723. T0* r108run_feature_for(T108* C,T0* a1,T0* a2);
  3724. void r108error(T0* a1,T0* a2);
  3725. void r108make(T108* C,T0* a1,T0* a2,T0* a3);
  3726. void r108pretty_print(T108* C);
  3727. T0* r108operator(void);
  3728. T0* r110start_position(T110* C);
  3729. T0* r110add_comment(T110* C,T0* a1);
  3730. T2 r110to_integer(T110* C);
  3731. void r110bracketed_pretty_print(T110* C);
  3732. void r110print_op(T110* C);
  3733. T0* r110to_runnable(T110* C,T0* a1);
  3734. T0* r110result_type(T110* C);
  3735. T0* r110runnable_args(T0* a1,T0* a2);
  3736. void r110with(T110* C,T0* a1,T0* a2,T0* a3,T0* a4,T0* a5);
  3737. void r110run_feature_match(T110* C,T0* a1);
  3738. T0* r110runnable_expression(T0* a1,T0* a2);
  3739. void r110print_as_target(T110* C);
  3740. void r110run_feature_has_result(T110* C);
  3741. T0* r110run_feature_for(T110* C,T0* a1,T0* a2);
  3742. void r110error(T0* a1,T0* a2);
  3743. void r110make(T110* C,T0* a1,T0* a2,T0* a3);
  3744. void r110pretty_print(T110* C);
  3745. T0* r110operator(void);
  3746. T0* r111start_position(T111* C);
  3747. void r111error_comparison(T111* C,T0* a1,T0* a2);
  3748. T0* r111add_comment(T111* C,T0* a1);
  3749. T2 r111to_integer(T111* C);
  3750. void r111bracketed_pretty_print(T111* C);
  3751. void r111print_op(T111* C);
  3752. T0* r111to_runnable(T111* C,T0* a1);
  3753. T0* r111runnable_args(T0* a1,T0* a2);
  3754. void r111check_comparison(T111* C,T0* a1);
  3755. void r111bit_limitation(T111* C,T0* a1,T0* a2);
  3756. void r111with(T111* C,T0* a1,T0* a2,T0* a3);
  3757. T0* r111type_boolean(void);
  3758. T0* r111runnable_expression(T0* a1,T0* a2);
  3759. void r111print_as_target(T111* C);
  3760. void r111error(T0* a1,T0* a2);
  3761. void r111make(T111* C,T0* a1,T0* a2,T0* a3);
  3762. void r111pretty_print(T111* C);
  3763. T0* r111operator(void);
  3764. T0* r287run_require(T0* a1);
  3765. T0* r287start_position(T287* C);
  3766. T6 r287is_merge_with(T287* C,T0* a1,T0* a2);
  3767. T0* r287runnable(T0* a1,T0* a2,T0* a3);
  3768. void r287pretty_print_profile(T287* C);
  3769. void r287add_into(T287* C,T0* a1);
  3770. T6 r287can_hide(T287* C,T0* a1,T0* a2);
  3771. T0* r287run_ensure(T0* a1);
  3772. void r287check_obsolete(T287* C);
  3773. T0* r287try_to_undefine(T287* C,T0* a1,T0* a2);
  3774. void r287make_routine(T287* C,T0* a1,T0* a2,T0* a3,T0* a4,T0* a5);
  3775. T0* r287to_run_feature(T287* C,T0* a1,T0* a2);
  3776. void r287merge_header_comments(T287* C,T0* a1);
  3777. void r287pretty_print_routine_body(T287* C);
  3778. void r287pretty_print_arguments(T287* C);
  3779. void r287pretty_print_rescue(T287* C);
  3780. void r287warning(T0* a1,T0* a2);
  3781. T0* r287try_to_undefine_aux(T287* C,T0* a1,T0* a2);
  3782. void r287error(T0* a1,T0* a2);
  3783. void r287make(T287* C,T0* a1,T0* a2,T0* a3,T0* a4,T0* a5,T0* a6,T0* a7);
  3784. void r287pretty_print_names(T287* C);
  3785. void r287pretty_print(T287* C);
  3786. void r287collect_for(T287* C,T2 a1);
  3787. void r287set_header_comment(T287* C,T0* a1);
  3788. T0* r360generic_list(T360* C);
  3789. T0* r360base_class(T360* C);
  3790. T0* r360base_class_name(T360* C);
  3791. T6 r360is_a_in(T360* C,T0* a1,T0* a2);
  3792. T0* r360look_up_for(T360* C,T0* a1,T0* a2);
  3793. T6 r360is_generic(T360* C);
  3794. T0* r360smallest_ancestor(T0* a1);
  3795. T6 r360is_a(T360* C,T0* a1);
  3796. void r360make(T360* C,T0* a1);
  3797. T0* r326generic_list(T326* C);
  3798. T0* r326base_class(T326* C);
  3799. extern int fBC326base_class_name;
  3800. extern T0*oBC326base_class_name;
  3801. T0* r326base_class_name(void);
  3802. T6 r326is_a_in(T326* C,T0* a1,T0* a2);
  3803. T2 r326id(T326* C);
  3804. T0* r326look_up_for(T326* C,T0* a1,T0* a2);
  3805. T0* r326run_class(T326* C);
  3806. T0* r326smallest_ancestor(T326* C,T0* a1);
  3807. T0* r326type_any(void);
  3808. T6 r326is_a(T326* C,T0* a1);
  3809. void r326make(T326* C,T0* a1);
  3810. void r326fatal_error_generic_list(T326* C);
  3811. T0* r114start_position(T114* C);
  3812. T0* r114add_comment(T114* C,T0* a1);
  3813. T2 r114to_integer(T114* C);
  3814. void r114bracketed_pretty_print(T114* C);
  3815. void r114print_op(T114* C);
  3816. T0* r114to_runnable(T114* C,T0* a1);
  3817. T0* r114result_type(T114* C);
  3818. T0* r114runnable_args(T0* a1,T0* a2);
  3819. void r114with(T114* C,T0* a1,T0* a2,T0* a3,T0* a4,T0* a5);
  3820. void r114run_feature_match(T114* C,T0* a1);
  3821. T0* r114runnable_expression(T0* a1,T0* a2);
  3822. void r114print_as_target(T114* C);
  3823. void r114run_feature_has_result(T114* C);
  3824. T0* r114run_feature_for(T114* C,T0* a1,T0* a2);
  3825. void r114error(T0* a1,T0* a2);
  3826. void r114make(T114* C,T0* a1,T0* a2,T0* a3);
  3827. void r114pretty_print(T114* C);
  3828. T0* r114operator(void);
  3829. T0* r119start_position(T119* C);
  3830. T0* r119add_comment(T119* C,T0* a1);
  3831. T2 r119to_integer(T119* C);
  3832. void r119bracketed_pretty_print(T119* C);
  3833. void r119print_op(T119* C);
  3834. T0* r119to_runnable(T119* C,T0* a1);
  3835. T0* r119result_type(T119* C);
  3836. T0* r119runnable_args(T0* a1,T0* a2);
  3837. void r119with(T119* C,T0* a1,T0* a2,T0* a3,T0* a4,T0* a5);
  3838. void r119run_feature_match(T119* C,T0* a1);
  3839. T0* r119runnable_expression(T0* a1,T0* a2);
  3840. void r119print_as_target(T119* C);
  3841. void r119run_feature_has_result(T119* C);
  3842. T0* r119run_feature_for(T119* C,T0* a1,T0* a2);
  3843. void r119error(T0* a1,T0* a2);
  3844. void r119make(T119* C,T0* a1,T0* a2,T0* a3);
  3845. void r119pretty_print(T119* C);
  3846. T0* r119operator(void);
  3847. void r132make_n(T132* C,T0* a1,T0* a2);
  3848. T0* r132start_position(T132* C);
  3849. T0* r132expression(T132* C,T2 a1);
  3850. void r132from_model(T132* C,T0* a1);
  3851. T0* r132to_runnable(T132* C,T0* a1);
  3852. void r132match_with(T132* C,T0* a1,T0* a2);
  3853. T2 r132count(T132* C);
  3854. T0* r132run_class(T132* C);
  3855. void r132error(T0* a1,T0* a2);
  3856. void r132pretty_print(T132* C);
  3857. T6 r132is_like_argument(T132* C,T0* a1,T0* a2,T0* a3);
  3858. void r132put(T132* C,T0* a1,T2 a2);
  3859. void r127run_feature_match(T127* C);
  3860. T0* r127runnable_expression(T0* a1,T0* a2);
  3861. T0* r127start_position(T127* C);
  3862. T0* r127add_comment(T127* C,T0* a1);
  3863. T2 r127to_integer(T127* C);
  3864. void r127print_as_target(T127* C);
  3865. void r127bracketed_pretty_print(T127* C);
  3866. T0* r127to_runnable(T127* C,T0* a1);
  3867. void r127run_feature_has_result(T127* C);
  3868. T0* r127run_feature_for(T127* C,T0* a1,T0* a2);
  3869. T0* r127result_type(T127* C);
  3870. void r127error(T0* a1,T0* a2);
  3871. void r127make(T127* C,T0* a1,T0* a2);
  3872. void r127pretty_print(T127* C);
  3873. T0* r127operator(void);
  3874. void r127with(T127* C,T0* a1,T0* a2,T0* a3);
  3875. extern int fBC11type_pointer;
  3876. extern T0*oBC11type_pointer;
  3877. T0* r143type_pointer(void);
  3878. T0* r143start_position(T143* C);
  3879. T0* r143add_comment(T143* C,T0* a1);
  3880. T2 r143to_integer(T143* C);
  3881. void r143bracketed_pretty_print(T143* C);
  3882. T0* r143to_runnable(T143* C,T0* a1);
  3883. extern T0*oBC11address_of_pool;
  3884. void r143error(T0* a1,T0* a2);
  3885. void r143pretty_print(T143* C);
  3886. T0* r190start_position(T190* C);
  3887. T6 r190is_merge_with(T190* C,T0* a1,T0* a2);
  3888. void r190pretty_print_profile(T190* C);
  3889. void r190add_into(T190* C,T0* a1);
  3890. T6 r190can_hide(T190* C,T0* a1,T0* a2);
  3891. T0* r190try_to_undefine(T190* C,T0* a1,T0* a2);
  3892. T0* r190to_run_feature(T190* C,T0* a1,T0* a2);
  3893. void r190merge_header_comments(T190* C,T0* a1);
  3894. T0* r190try_to_undefine_aux(T190* C,T0* a1,T0* a2);
  3895. void r190error(T0* a1,T0* a2);
  3896. void r190make(T190* C,T0* a1,T0* a2,T0* a3);
  3897. void r190pretty_print_names(T190* C);
  3898. void r190pretty_print(T190* C);
  3899. void r190collect_for(T2 a1);
  3900. void r190pretty_tail(T190* C);
  3901. T0* r243generic_list(T243* C);
  3902. T0* r243base_class(T243* C);
  3903. T6 r243is_a_in(T243* C,T0* a1,T0* a2);
  3904. T2 r243id(T243* C);
  3905. T0* r243look_up_for(T243* C,T0* a1,T0* a2);
  3906. T0* r243to_runnable(T243* C,T0* a1);
  3907. T0* r243run_class(T243* C);
  3908. T6 r243has_creation(T243* C,T0* a1);
  3909. T0* r243run_time_mark(void);
  3910. T6 r243is_a(T243* C,T0* a1);
  3911. T0* r243written_mark(void);
  3912. void r243error(T0* a1,T0* a2);
  3913. void r243make(T243* C,T0* a1);
  3914. void r243fatal_error_generic_list(T243* C);
  3915. extern int fBC243check_type;
  3916. void r243check_type(T243* C);
  3917. T6 r41is_general(T41* C);
  3918. void r41fatal_undefine(T41* C,T0* a1);
  3919. T0* r41going_up(T41* C,T0* a1,T0* a2,T0* a3);
  3920. void r41add_feature_clause(T41* C,T0* a1);
  3921. void r41get_started(T41* C);
  3922. T0* r41new_name_of_original(T41* C,T0* a1,T0* a2);
  3923. T0* r41run_class(T41* C);
  3924. T0* r41get_copy(T41* C);
  3925. T0* r41super_look_up_for(T41* C,T0* a1,T0* a2);
  3926. extern T0*oBC41visited;
  3927. void r41fatal_error_vdrd6(T0* a1,T0* a2,T0* a3);
  3928. T0* r41clients_for(T41* C,T0* a1);
  3929. void r41warning(T0* a1,T0* a2);
  3930. T0* r41class_with(T0* a1);
  3931. extern int fBC11class_any;
  3932. extern T0*oBC11class_any;
  3933. T0* r41class_any(void);
  3934. void r41error(T0* a1,T0* a2);
  3935. void r41make(T41* C);
  3936. T0* r41id_provider(void);
  3937. void r41pretty_print(T41* C);
  3938. void r41collect_for(T41* C,T2 a1,T0* a2);
  3939. extern T0*oBC41going_up_trace;
  3940. T6 r41has(T41* C,T0* a1);
  3941. void r41vdrd6(T0* a1,T0* a2,T0* a3);
  3942. T6 r41has_simple_feature_name(T41* C,T0* a1);
  3943. T6 r41is_subclass_of(T41* C,T0* a1);
  3944. void r41set_invariant(T41* C,T0* a1,T0* a2,T0* a3);
  3945. T0* r41look_up_for(T41* C,T0* a1,T0* a2);
  3946. T6 r41is_subclass_of_aux(T41* C,T0* a1);
  3947. extern int fBC41mem_fn;
  3948. extern T0*oBC41mem_fn;
  3949. T0* r41mem_fn(void);
  3950. void r41set_parent_list(T41* C,T0* a1,T0* a2,T0* a3);
  3951. T6 r41has_creation(T41* C,T0* a1);
  3952. T0* r41expanded_initializer(T41* C,T0* a1);
  3953. T6 r41proper_has(T41* C,T0* a1);
  3954. void r41add_index_clause(T41* C,T0* a1);
  3955. T6 r41super_has(T41* C,T0* a1);
  3956. T6 r41is_any(T41* C);
  3957. void r41check_expanded_with(T41* C,T0* a1);
  3958. T6 r41has_redefine(T41* C,T0* a1);
  3959. void r41inherit_cycle_check(T41* C);
  3960. T0* r41up_to_original(T41* C,T0* a1,T0* a2);
  3961. T0* r41new_name_of(T41* C,T0* a1,T0* a2);
  3962. T6 r41is_a_vncg(T41* C,T0* a1,T0* a2);
  3963. void r41set_is_expanded(T41* C);
  3964. void r41set_is_deferred(T41* C);
  3965. void r41add_creation_clause(T41* C,T0* a1);
  3966. T0* r211to_runnable(T211* C,T0* a1);
  3967. void r211pretty_print(T211* C);
  3968. T0* r214start_position(T214* C);
  3969. T0* r214add_comment(T214* C,T0* a1);
  3970. T2 r214to_integer(T214* C);
  3971. void r214print_as_target(T214* C);
  3972. void r214bracketed_pretty_print(T214* C);
  3973. T0* r214to_runnable(T214* C,T0* a1);
  3974. T0* r214result_type(T214* C);
  3975. void r214error(T0* a1,T0* a2);
  3976. T2 r214precedence(T214* C);
  3977. void r214make(T214* C,T0* a1,T0* a2);
  3978. T6 r214is_current(T214* C);
  3979. void r214pretty_print(T214* C);
  3980. T6 r214is_void(T214* C);
  3981. void r126run_feature_match(T126* C);
  3982. T0* r126runnable_expression(T0* a1,T0* a2);
  3983. T0* r126start_position(T126* C);
  3984. T0* r126add_comment(T126* C,T0* a1);
  3985. T2 r126to_integer(T126* C);
  3986. void r126print_as_target(T126* C);
  3987. void r126bracketed_pretty_print(T126* C);
  3988. T0* r126to_runnable(T126* C,T0* a1);
  3989. void r126run_feature_has_result(T126* C);
  3990. T0* r126run_feature_for(T126* C,T0* a1,T0* a2);
  3991. T0* r126result_type(T126* C);
  3992. void r126error(T0* a1,T0* a2);
  3993. void r126make(T126* C,T0* a1,T0* a2);
  3994. void r126pretty_print(T126* C);
  3995. T0* r126operator(void);
  3996. void r126with(T126* C,T0* a1,T0* a2,T0* a3);
  3997. T0* r152type_boolean(void);
  3998. T0* r152to_string(void);
  3999. T0* r152add_comment(T152* C,T0* a1);
  4000. void r152error(T0* a1,T0* a2);
  4001. T0* r172to_string(T172* C);
  4002. T0* r172add_comment(T172* C,T0* a1);
  4003. T2 r172to_integer(T172* C);
  4004. void r172print_as_target(T172* C);
  4005. T0* r172to_runnable(T172* C,T0* a1);
  4006. void r172refer_to(T172* C,T0* a1,T0* a2,T2 a3);
  4007. T0* r172result_type(T172* C);
  4008. void r172error(T0* a1,T0* a2);
  4009. void r172with(T172* C,T0* a1,T0* a2);
  4010. T0* r209start_position(T209* C);
  4011. T0* r209to_runnable(T209* C,T0* a1);
  4012. void r209error(T0* a1,T0* a2);
  4013. void r209make(T209* C,T0* a1,T0* a2);
  4014. void r209pretty_print(T209* C);
  4015. T0* r206twin(T206* C);
  4016. T0* r206add_comment(T206* C,T0* a1);
  4017. void r206add_if_then(T206* C,T0* a1,T0* a2);
  4018. T0* r206to_runnable(T206* C,T0* a1);
  4019. void r206pretty_print(T206* C);
  4020. void r325initialize(T325* C);
  4021. T0* r325start_position(T325* C);
  4022. void r325add_client(T325* C,T0* a1);
  4023. T0* r325run_class(T325* C);
  4024. void r325make(T325* C,T0* a1,T0* a2,T0* a3);
  4025. T2 r325arg_count(void);
  4026. T0* r325clients(T325* C);
  4027. T6 r325is_exported_in(T325* C,T0* a1);
  4028. T0* r291run_require(T0* a1);
  4029. T0* r291start_position(T291* C);
  4030. T6 r291is_merge_with(T291* C,T0* a1,T0* a2);
  4031. void r291pretty_print_profile(T291* C);
  4032. void r291add_into(T291* C,T0* a1);
  4033. void r291make_routine(T291* C,T0* a1,T0* a2,T0* a3,T0* a4,T0* a5);
  4034. T0* r291to_run_feature(T291* C,T0* a1,T0* a2);
  4035. void r291pretty_print_routine_body(T291* C);
  4036. void r291make_effective_routine(T291* C,T0* a1,T0* a2,T0* a3,T0* a4,T0* a5,T0* a6,T0* a7);
  4037. void r291pretty_print_rescue(T291* C);
  4038. void r291warning(T0* a1,T0* a2);
  4039. T0* r291try_to_undefine_aux(T291* C,T0* a1,T0* a2);
  4040. void r291error(T0* a1,T0* a2);
  4041. void r291make(T291* C,T0* a1,T0* a2,T0* a3,T0* a4,T0* a5,T0* a6,T0* a7,T0* a8);
  4042. void r291pretty_print(T291* C);
  4043. void r291collect_for(T291* C,T2 a1);
  4044. void r291set_header_comment(T291* C,T0* a1);
  4045. T0* r291runnable(T0* a1,T0* a2,T0* a3);
  4046. T6 r291can_hide(T291* C,T0* a1,T0* a2);
  4047. T0* r291run_ensure(T0* a1);
  4048. void r291check_obsolete(T291* C);
  4049. T0* r291try_to_undefine(T291* C,T0* a1,T0* a2);
  4050. void r291merge_header_comments(T291* C,T0* a1);
  4051. void r291pretty_print_arguments(T291* C);
  4052. void r291pretty_print_names(T291* C);
  4053. void r29read_line(T29* C);
  4054. void r29read_line_in(T29* C,T0* a1);
  4055. void r29read_word(T29* C);
  4056. void r29skip_separators(T29* C);
  4057. extern T0*oBC30last_string;
  4058. T6 r29end_of_input(T29* C);
  4059. void r29connect_to(T29* C,T0* a1);
  4060. void r29disconnect(T29* C);
  4061. void r29read_character(T29* C);
  4062. extern T0*oBC311std_fr1;
  4063. T6 r311is_readable(T0* a1);
  4064. void r311rename_to(T0* a1,T0* a2);
  4065. void r347initialize(T347* C);
  4066. T0* r347start_position(T347* C);
  4067. void r347add_client(T347* C,T0* a1);
  4068. T0* r347run_class(T347* C);
  4069. void r347make(T347* C,T0* a1,T0* a2,T0* a3);
  4070. T2 r347arg_count(T347* C);
  4071. T0* r347clients(T347* C);
  4072. T6 r347is_exported_in(T347* C,T0* a1);
  4073. T0* r260generic_list(T260* C);
  4074. T0* r260base_class(T260* C);
  4075. T0* r260base_class_name(void);
  4076. void r260used_as_reference(T260* C);
  4077. T6 r260is_a_in(T260* C,T0* a1,T0* a2);
  4078. T2 r260id(T260* C);
  4079. T0* r260look_up_for(T260* C,T0* a1,T0* a2);
  4080. T0* r260to_runnable(T260* C,T0* a1);
  4081. void r260set_run_time_mark(T260* C);
  4082. T0* r260run_class(T260* C);
  4083. T0* r260smallest_ancestor(T260* C,T0* a1);
  4084. T0* r260type_any(void);
  4085. T6 r260is_a(T260* C,T0* a1);
  4086. void r260make(T260* C,T0* a1,T0* a2);
  4087. void r260fatal_error_generic_list(T260* C);
  4088. void r260to_runnable_1_2(T260* C);
  4089. T0* r115start_position(T115* C);
  4090. T0* r115add_comment(T115* C,T0* a1);
  4091. T2 r115to_integer(T115* C);
  4092. void r115bracketed_pretty_print(T115* C);
  4093. void r115print_op(T115* C);
  4094. T0* r115to_runnable(T115* C,T0* a1);
  4095. T0* r115result_type(T115* C);
  4096. T0* r115runnable_args(T0* a1,T0* a2);
  4097. void r115with(T115* C,T0* a1,T0* a2,T0* a3,T0* a4,T0* a5);
  4098. void r115run_feature_match(T115* C,T0* a1);
  4099. T0* r115runnable_expression(T0* a1,T0* a2);
  4100. void r115print_as_target(T115* C);
  4101. void r115run_feature_has_result(T115* C);
  4102. T0* r115run_feature_for(T115* C,T0* a1,T0* a2);
  4103. void r115error(T0* a1,T0* a2);
  4104. void r115make(T115* C,T0* a1,T0* a2,T0* a3);
  4105. void r115pretty_print(T115* C);
  4106. T0* r115operator(void);
  4107. T0* r153to_string(T153* C);
  4108. T0* r153add_comment(T153* C,T0* a1);
  4109. void r153print_as_target(T153* C);
  4110. void r153character_coding(T3 a1,T0* a2);
  4111. extern int fBC153result_type;
  4112. extern T0*oBC153result_type;
  4113. T0* r153result_type(void);
  4114. void r153error(T0* a1,T0* a2);
  4115. void r153make(T153* C,T0* a1,T3 a2,T2 a3);
  4116. T0* r39base_class(T39* C);
  4117. void r39show(T39* C);
  4118. T0* r39get_line(T39* C);
  4119. T0* r39path(T39* C);
  4120. T6 r39is_equal(T39* C,T0* a1);
  4121. void r39make(T39* C,T2 a1,T2 a2);
  4122. void r39set_line_column(T39* C,T2 a1,T2 a2);
  4123. void r39with(T39* C,T2 a1,T2 a2,T0* a3);
  4124. void r329initialize(T329* C);
  4125. T0* r329start_position(T329* C);
  4126. void r329add_client(T329* C,T0* a1);
  4127. T0* r329run_class(T329* C);
  4128. void r329make(T329* C,T0* a1,T0* a2,T0* a3);
  4129. T2 r329arg_count(T329* C);
  4130. T0* r329clients(T329* C);
  4131. T6 r329is_exported_in(T329* C,T0* a1);
  4132. extern T10*eiffel_root_object;
  4133. extern int se_argc;
  4134. extern char**se_argv;
  4135. #define SE_MAXID 364
  4136. void initialize_eiffel_runtime(int argc,char*argv[]);
  4137. extern T7*ms39_57270;
  4138. extern T7*ms59_24210;
  4139. extern T7*ms13_18051;
  4140. extern T7*ms13_26351;
  4141. extern T7*ms13_27651;
  4142. extern T7*ms13_18161;
  4143. extern T7*ms274_2685;
  4144. extern T7*ms51_63591;
  4145. extern T7*ms51_25441;
  4146. extern T7*ms51_82621;
  4147. extern T7*ms51_98851;
  4148. extern T7*ms51_33741;
  4149. extern T7*ms51_53911;
  4150. extern T7*ms313_6176;
  4151. extern T7*ms160_1296;
  4152. extern T7*ms28_12951;
  4153. extern T7*ms10_41992;
  4154. extern T7*ms12_67592;
  4155. extern T7*ms12_11472;
  4156. extern T7*ms13_21372;
  4157. extern T7*ms13_14112;
  4158. extern T7*ms13_14982;
  4159. extern T7*ms13_19602;
  4160. extern T7*ms13_27482;
  4161. extern T7*ms13_13842;
  4162. extern T7*ms13_34672;
  4163. extern T7*ms41_15392;
  4164. extern T7*ms41_82732;
  4165. extern T7*ms184_1176;
  4166. extern T7*ms42_55872;
  4167. extern T7*ms42_71162;
  4168. extern T7*ms51_38712;
  4169. extern T7*ms51_14202;
  4170. extern T7*ms51_76932;
  4171. extern T7*ms51_78732;
  4172. extern T7*ms51_98482;
  4173. extern T7*ms51_89232;
  4174. extern T7*ms51_38352;
  4175. extern T7*ms130_42;
  4176. extern T7*ms112_37791a;
  4177. extern T7*ms56_10142;
  4178. extern T7*ms56_67122;
  4179. extern T7*ms56_46872;
  4180. extern T7*ms75_83182;
  4181. extern T7*ms12_10043;
  4182. extern T7*ms59_50792;
  4183. extern T7*ms13_40613;
  4184. extern T7*ms13_13113;
  4185. extern T7*ms41_37233;
  4186. extern T7*ms60_61083;
  4187. extern T7*ms33_26523;
  4188. extern T7*ms51_29463;
  4189. extern T7*ms51_22423;
  4190. extern T7*ms51_26923;
  4191. extern T7*ms51_91143;
  4192. extern T7*ms51_40743;
  4193. extern T7*ms51_57753;
  4194. extern T7*ms267_169026;
  4195. extern T7*ms112_383757;
  4196. extern T7*ms10_11104;
  4197. extern T7*ms10_20094;
  4198. extern T7*ms10_37584;
  4199. extern T7*ms11_21964;
  4200. extern T7*ms12_14714;
  4201. extern T7*ms12_60544;
  4202. extern T7*ms12_10664;
  4203. extern T7*ms12_10824;
  4204. extern T7*ms13_23004;
  4205. extern T7*ms13_12694;
  4206. extern T7*ms13_19334;
  4207. extern T7*ms13_22704;
  4208. extern T7*ms13_13554;
  4209. extern T7*ms13_24024;
  4210. extern T7*ms13_60434;
  4211. extern T7*ms13_11264;
  4212. extern T7*ms13_21804;
  4213. extern T7*ms41_72954;
  4214. extern T7*ms41_66924;
  4215. extern T7*ms41_10664;
  4216. extern T7*ms60_60544;
  4217. extern T7*ms60_10824;
  4218. extern T7*ms42_24084;
  4219. extern T7*ms60_34704;
  4220. extern T7*ms51_63264;
  4221. extern T7*ms51_69224;
  4222. extern T7*ms51_54404;
  4223. extern T7*ms51_13644;
  4224. extern T7*ms51_71434;
  4225. extern T7*ms51_45084;
  4226. extern T7*ms51_63584;
  4227. extern T7*ms51_83714;
  4228. extern T7*ms51_37044;
  4229. extern T7*ms130_5999;
  4230. extern T7*ms62_29184;
  4231. extern T7*ms268_3528;
  4232. extern T7*ms28_23364;
  4233. extern T7*ms11_300;
  4234. extern T7*ms28_18194;
  4235. extern T7*ms37_10744;
  4236. extern T7*ms12_430;
  4237. extern T7*ms12_420;
  4238. extern T7*ms10_39025;
  4239. extern T7*ms13_570;
  4240. extern T7*ms199_7068;
  4241. extern T7*ms12_13065;
  4242. extern T7*ms12_23835;
  4243. extern T7*ms12_41475;
  4244. extern T7*ms13_32955;
  4245. extern T7*ms13_34215;
  4246. extern T7*ms13_30885;
  4247. extern T7*ms13_33465;
  4248. extern T7*ms13_33495;
  4249. extern T7*ms70_430;
  4250. extern T7*ms42_13095;
  4251. extern T7*ms60_72275;
  4252. extern T7*ms60_74095;
  4253. extern T7*ms51_82695;
  4254. extern T7*ms51_11245;
  4255. extern T7*ms51_20315;
  4256. extern T7*ms51_71295;
  4257. extern T7*ms51_64185;
  4258. extern T7*ms51_37875;
  4259. extern T7*ms51_28035;
  4260. extern T7*ms51_33345;
  4261. extern T7*ms51_75355;
  4262. extern T7*ms51_98605;
  4263. extern T7*ms51_65695;
  4264. extern T7*ms51_48195;
  4265. extern T7*ms12_951;
  4266. extern T7*ms39_150;
  4267. extern T7*ms161_359888;
  4268. extern T7*ms342_321828;
  4269. extern T7*ms51_681;
  4270. extern T7*ms51_95a;
  4271. extern T7*ms28_32565;
  4272. extern T7*ms28_10175;
  4273. extern T7*ms28_33825;
  4274. extern T7*ms83_56885;
  4275. extern T7*ms75_67155;
  4276. extern T7*ms75_54285;
  4277. extern T7*ms75_41905;
  4278. extern T7*ms182_236778;
  4279. extern T7*ms182_142698;
  4280. extern T7*ms182_147888;
  4281. extern T7*ms12_14266;
  4282. extern T7*ms12_11376;
  4283. extern T7*ms12_38896;
  4284. extern T7*ms12_32576;
  4285. extern T7*ms12_37456;
  4286. extern T7*ms12_45846;
  4287. extern T7*ms12_10896;
  4288. extern T7*ms13_11616;
  4289. extern T7*ms13_11456;
  4290. extern T7*ms13_11496;
  4291. extern T7*ms13_22896;
  4292. extern T7*ms13_11896;
  4293. extern T7*ms13_29456;
  4294. extern T7*ms13_22776;
  4295. extern T7*ms13_60346;
  4296. extern T7*ms13_252;
  4297. extern T7*ms13_222;
  4298. extern T7*ms13_582;
  4299. extern T7*ms41_35976;
  4300. extern T7*ms41_44356;
  4301. extern T7*ms41_30936;
  4302. extern T7*ms51_86146;
  4303. extern T7*ms51_44356;
  4304. extern T7*ms51_34276;
  4305. extern T7*ms51_47516;
  4306. extern T7*ms51_85956;
  4307. extern T7*ms51_64096;
  4308. extern T7*ms51_63936;
  4309. extern T7*ms51_33616;
  4310. extern T7*ms51_85196;
  4311. extern T7*ms159_368088;
  4312. extern T7*ms267_47;
  4313. extern T7*ms28_44196;
  4314. extern T7*ms56_11376;
  4315. extern T7*ms49_702;
  4316. extern T7*ms12_14427;
  4317. extern T7*ms13_13797;
  4318. extern T7*ms13_13887;
  4319. extern T7*ms13_16887;
  4320. extern T7*ms28_303;
  4321. extern T7*ms42_48577;
  4322. extern T7*ms51_35397;
  4323. extern T7*ms60_35857;
  4324. extern T7*ms51_85917;
  4325. extern T7*ms51_14027;
  4326. extern T7*ms51_20247;
  4327. extern T7*ms51_26277;
  4328. extern T7*ms12_254;
  4329. extern T7*ms12_144;
  4330. extern T7*ms12_194;
  4331. extern T7*ms204_2670a;
  4332. extern T7*ms13_714;
  4333. extern T7*ms13_374;
  4334. extern T7*ms13_194;
  4335. extern T7*ms274_126759;
  4336. extern T7*ms42_354;
  4337. extern T7*ms51_374;
  4338. extern T7*ms51_194;
  4339. extern T7*ms37_19327;
  4340. extern T7*ms64_44577;
  4341. extern T7*ms10_71058;
  4342. extern T7*ms10_17908;
  4343. extern T7*ms10_14868;
  4344. extern T7*ms93_63657;
  4345. extern T7*ms75_64647;
  4346. extern T7*ms28_654;
  4347. extern T7*ms37_384;
  4348. extern T7*ms12_975;
  4349. extern T7*ms12_21798;
  4350. extern T7*ms12_63888;
  4351. extern T7*ms12_33638;
  4352. extern T7*ms12_18788;
  4353. extern T7*ms12_13428;
  4354. extern T7*ms12_20048;
  4355. extern T7*ms12_50768;
  4356. extern T7*ms12_10728;
  4357. extern T7*ms12_10928;
  4358. extern T7*ms12_11448;
  4359. extern T7*ms39_214;
  4360. extern T7*ms13_21828;
  4361. extern T7*ms13_14328;
  4362. extern T7*ms13_34768;
  4363. extern T7*ms13_27638;
  4364. extern T7*ms13_13968;
  4365. extern T7*ms13_16588;
  4366. extern T7*ms13_17628;
  4367. extern T7*ms13_20868;
  4368. extern T7*ms13_29078;
  4369. extern T7*ms13_10648;
  4370. extern T7*ms13_22428;
  4371. extern T7*ms13_22968;
  4372. extern T7*ms13_27118;
  4373. extern T7*ms41_10928;
  4374. extern T7*ms51_675;
  4375. extern T7*ms51_10068;
  4376. extern T7*ms60_99138;
  4377. extern T7*ms60_10728;
  4378. extern T7*ms51_63808;
  4379. extern T7*ms51_71638;
  4380. extern T7*ms51_36528;
  4381. extern T7*ms51_94878;
  4382. extern T7*ms51_43368;
  4383. extern T7*ms51_83028;
  4384. extern T7*ms51_78048;
  4385. extern T7*ms51_79128;
  4386. extern T7*ms51_61008;
  4387. extern T7*ms51_64448;
  4388. extern T7*ms10_166;
  4389. extern T7*ms62_37098;
  4390. extern T7*ms60_111496a;
  4391. extern T7*ms51_29280aa;
  4392. extern T7*ms51_112815a;
  4393. extern T7*ms51_146421a;
  4394. extern T7*ms51_104490a;
  4395. extern T7*ms12_246;
  4396. extern T7*ms12_166;
  4397. extern T7*ms12_446;
  4398. extern T7*ms13_456;
  4399. extern T7*ms41_166;
  4400. extern T7*ms56_28658;
  4401. extern T7*ms51_286;
  4402. extern T7*ms39_63048;
  4403. extern T7*ms12_28959;
  4404. extern T7*ms12_47439;
  4405. extern T7*ms12_25909;
  4406. extern T7*ms67_61088;
  4407. extern T7*ms100_53650;
  4408. extern T7*ms13_12879;
  4409. extern T7*ms13_25779;
  4410. extern T7*ms13_12969;
  4411. extern T7*ms13_19459;
  4412. extern T7*ms28_966;
  4413. extern T7*ms28_756;
  4414. extern T7*ms64_186;
  4415. extern T7*ms41_90129;
  4416. extern T7*ms12_957;
  4417. extern T7*ms42_31059;
  4418. extern T7*ms51_31689;
  4419. extern T7*ms51_80379;
  4420. extern T7*ms51_48949;
  4421. extern T7*ms66_356;
  4422. extern T7*ms75_186;
  4423. extern T7*ms13_687;
  4424. extern T7*ms112_41670;
  4425. extern T7*ms85_186;
  4426. extern T7*ms131_56880;
  4427. extern T7*ms313_16640;
  4428. extern T7*ms28_25809;
  4429. extern T7*ms233_77140;
  4430. extern T7*ms243_27380;
  4431. extern T7*ms216_94840;
  4432. extern T7*ms216_18320;
  4433. extern T7*ms252_38500;
  4434. extern T7*ms243_38450;
  4435. extern T7*ms306_11000;
  4436. extern T7*ms12_288;
  4437. extern T7*ms12_428;
  4438. extern T7*ms13_248;
  4439. extern T7*ms13_438;
  4440. extern T7*ms226_20400;
  4441. extern T7*ms217_18640;
  4442. extern T7*ms41_158;
  4443. extern T7*ms182_33810;
  4444. extern T7*ms182_84360;
  4445. extern T7*ms42_118;
  4446. extern T7*ms183_14260;
  4447. extern T7*ms248_38350;
  4448. extern T7*ms28_708;
  4449. extern T7*ms28_138;
  4450. extern T7*ms28_288;
  4451. extern T7*ms83_858;
  4452. extern T7*ms112_21261;
  4453. extern T7*ms112_37791;
  4454. extern T7*ms75_158;
  4455. extern T7*ms13_939;
  4456. extern T7*ms39_318;
  4457. extern T7*ms67_158;
  4458. extern T7*ms85_188;
  4459. extern T7*ms240_87371;
  4460. extern T7*ms179_54510;
  4461. extern T7*ms69_158;
  4462. extern T7*ms313_51011;
  4463. extern T7*ms233_64251;
  4464. extern T7*ms210_32982;
  4465. extern T7*ms131_24192;
  4466. extern T7*ms132_99792;
  4467. extern T7*ms124_50512;
  4468. extern T7*ms313_64192;
  4469. extern T7*ms313_23892;
  4470. extern T7*ms143_24192;
  4471. extern T7*ms251_35832;
  4472. extern T7*ms360_87172;
  4473. extern T7*ms171_26862;
  4474. extern T7*ms13_13050a;
  4475. extern T7*ms13_23004a;
  4476. extern T7*ms226_86602;
  4477. extern T7*ms145_67122;
  4478. extern T7*ms218_15022;
  4479. extern T7*ms146_50512;
  4480. extern T7*ms182_98322;
  4481. extern T7*ms42_24084a;
  4482. extern T7*ms51_79128a;
  4483. extern T7*ms51_83028a;
  4484. extern T7*ms51_29280a;
  4485. extern T7*ms51_14027a;
  4486. extern T7*ms51_10120a;
  4487. extern T7*ms51_45084a;
  4488. extern T7*ms51_38352a;
  4489. extern T7*ms237_25652;
  4490. extern T7*ms237_67122;
  4491. extern T7*ms228_78732;
  4492. extern T7*ms228_24282;
  4493. extern T7*ms255_29722;
  4494. extern T7*ms200_59163;
  4495. extern T7*ms210_75563;
  4496. extern T7*ms200_180;
  4497. extern T7*ms258_36312;
  4498. extern T7*ms259_42042;
  4499. extern T7*ms39_57270a;
  4500. extern T7*ms199_19602;
  4501. extern T7*ms206_420;
  4502. extern T7*ms233_180;
  4503. extern T7*ms225_190;
  4504. extern T7*ms154_100;
  4505. extern T7*ms263_220;
  4506. extern T7*ms206_420a;
  4507. extern T7*ms206_951;
  4508. extern T7*ms11_583550;
  4509. extern T7*ms132_40794;
  4510. extern T7*ms313_22554;
  4511. extern T7*ms41_229320;
  4512. extern T7*ms41_130830;
  4513. extern T7*ms216_11604;
  4514. extern T7*ms51_117540;
  4515. extern T7*ms51_121210;
  4516. extern T7*ms51_116370;
  4517. extern T7*ms51_115380;
  4518. extern T7*ms51_142100;
  4519. extern T7*ms51_104490;
  4520. extern T7*ms51_192660;
  4521. extern T7*ms51_116820;
  4522. extern T7*ms217_29634;
  4523. extern T7*ms235_34704;
  4524. extern T7*ms217_54404;
  4525. extern T7*ms271_21324;
  4526. extern T7*ms163_36984;
  4527. extern T7*ms182_87134;
  4528. extern T7*ms232_162;
  4529. extern T7*ms160_852;
  4530. extern T7*ms237_63744;
  4531. extern T7*ms228_42224;
  4532. extern T7*ms101_16515;
  4533. extern T7*ms356_54944;
  4534. extern T7*ms185_99414;
  4535. extern T7*ms257_50344;
  4536. extern T7*ms56_140500;
  4537. extern T7*ms65_117530;
  4538. extern T7*ms202_16485;
  4539. extern T7*ms10_209521;
  4540. extern T7*ms132_16515;
  4541. extern T7*ms132_43605;
  4542. extern T7*ms232_46305;
  4543. extern T7*ms313_24045;
  4544. extern T7*ms41_197701;
  4545. extern T7*ms51_146421;
  4546. extern T7*ms253_29715;
  4547. extern T7*ms254_38975;
  4548. extern T7*ms129_24605;
  4549. extern T7*ms174_13065;
  4550. extern T7*ms310_384;
  4551. extern T7*ms28_852461;
  4552. extern T7*ms112_88736;
  4553. extern T7*ms112_46246;
  4554. extern T7*ms268_34875;
  4555. extern T7*ms268_38975;
  4556. extern T7*ms268_71925;
  4557. extern T7*ms132_36576;
  4558. extern T7*ms132_89856;
  4559. extern T7*ms154_174;
  4560. extern T7*ms160_63936;
  4561. extern T7*ms313_62016;
  4562. extern T7*ms250_43416;
  4563. extern T7*ms233_30996;
  4564. extern T7*ms41_172312;
  4565. extern T7*ms10_7800;
  4566. extern T7*ms171_36576;
  4567. extern T7*ms51_151262;
  4568. extern T7*ms51_350632;
  4569. extern T7*ms51_129072;
  4570. extern T7*ms356_454;
  4571. extern T7*ms217_63886;
  4572. extern T7*ms235_33726;
  4573. extern T7*ms163_18336;
  4574. extern T7*ms12_9790;
  4575. extern T7*ms12_3810;
  4576. extern T7*ms12_1060;
  4577. extern T7*ms12_7410;
  4578. extern T7*ms12_9590;
  4579. extern T7*ms12_2690;
  4580. extern T7*ms12_7350;
  4581. extern T7*ms12_1740;
  4582. extern T7*ms12_2670;
  4583. extern T7*ms267_244;
  4584. extern T7*ms13_2860;
  4585. extern T7*ms13_2520;
  4586. extern T7*ms13_8610;
  4587. extern T7*ms13_7470;
  4588. extern T7*ms13_7620;
  4589. extern T7*ms13_1840;
  4590. extern T7*ms13_9380;
  4591. extern T7*ms13_1990;
  4592. extern T7*ms13_6510;
  4593. extern T7*ms13_2840;
  4594. extern T7*ms209_18416;
  4595. extern T7*ms254_24066;
  4596. extern T7*ms268_254;
  4597. extern T7*ms41_5440;
  4598. extern T7*ms237_53476;
  4599. extern T7*ms237_45856;
  4600. extern T7*ms228_36456;
  4601. extern T7*ms228_14826;
  4602. extern T7*ms228_75996;
  4603. extern T7*ms42_5280;
  4604. extern T7*ms60_7410;
  4605. extern T7*ms60_1520;
  4606. extern T7*ms51_6730;
  4607. extern T7*ms51_2670;
  4608. extern T7*ms51_9410;
  4609. extern T7*ms51_7680;
  4610. extern T7*ms51_7660;
  4611. extern T7*ms265_18416;
  4612. extern T7*ms28_720532;
  4613. extern T7*ms198_384;
  4614. extern T7*ms267_56296;
  4615. extern T7*ms258_17216;
  4616. extern T7*ms28_2470;
  4617. extern T7*ms37_2170;
  4618. extern T7*ms12_1071;
  4619. extern T7*ms66_1700;
  4620. extern T7*ms198_39396;
  4621. extern T7*ms13_9541;
  4622. extern T7*ms13_6881;
  4623. extern T7*ms12_7614a;
  4624. extern T7*ms12_1724a;
  4625. extern T7*ms12_2690a;
  4626. extern T7*ms305_186;
  4627. extern T7*ms51_8021;
  4628. extern T7*ms13_1053a;
  4629. extern T7*ms13_2840a;
  4630. extern T7*ms13_2805a;
  4631. extern T7*ms217_20927;
  4632. extern T7*ms51_1216a;
  4633. extern T7*ms51_9410a;
  4634. extern T7*ms227_14427;
  4635. extern T7*ms182_99097;
  4636. extern T7*ms10_1552;
  4637. extern T7*ms28_9331;
  4638. extern T7*ms28_5301;
  4639. extern T7*ms229_186;
  4640. extern T7*ms11_1432;
  4641. extern T7*ms11_7632;
  4642. extern T7*ms11_1632;
  4643. extern T7*ms301_957;
  4644. extern T7*ms12_1832;
  4645. extern T7*ms12_6912;
  4646. extern T7*ms12_7002;
  4647. extern T7*ms12_6942;
  4648. extern T7*ms13_8652;
  4649. extern T7*ms13_6412;
  4650. extern T7*ms13_6792;
  4651. extern T7*ms13_1812;
  4652. extern T7*ms13_1712;
  4653. extern T7*ms13_6852;
  4654. extern T7*ms112_42138;
  4655. extern T7*ms295_186;
  4656. extern T7*ms41_5012;
  4657. extern T7*ms41_3192;
  4658. extern T7*ms11_572294;
  4659. extern T7*ms76_178923;
  4660. extern T7*ms132_35448;
  4661. extern T7*ms298_186;
  4662. extern T7*ms232_37098;
  4663. extern T7*ms233_11858;
  4664. extern T7*ms41_122544;
  4665. extern T7*ms28_8302;
  4666. extern T7*ms83_4662;
  4667. extern T7*ms83_4122;
  4668. extern T7*ms262_46278;
  4669. extern T7*ms12_3143;
  4670. extern T7*ms231_138;
  4671. extern T7*ms13_1053;
  4672. extern T7*ms13_9513;
  4673. extern T7*ms62_785024;
  4674. extern T7*ms305_158;
  4675. extern T7*ms69_6912;
  4676. extern T7*ms51_7203;
  4677. extern T7*ms274_11448;
  4678. extern T7*ms265_50428;
  4679. extern T7*ms171_188;
  4680. extern T7*ms167_24548;
  4681. extern T7*ms236_138;
  4682. extern T7*ms267_17248;
  4683. extern T7*ms10_1464;
  4684. extern T7*ms28_8613;
  4685. extern T7*ms37_8743;
  4686. extern T7*ms12_1764;
  4687. extern T7*ms12_8904;
  4688. extern T7*ms12_1724;
  4689. extern T7*ms12_1784;
  4690. extern T7*ms12_7614;
  4691. extern T7*ms313_68679;
  4692. extern T7*ms69_102564;
  4693. extern T7*ms69_122084;
  4694. extern T7*ms13_7404;
  4695. extern T7*ms13_1684;
  4696. extern T7*ms13_1704;
  4697. extern T7*ms13_1764;
  4698. extern T7*ms295_158;
  4699. extern T7*ms179_158;
  4700. extern T7*ms51_667805;
  4701. extern T7*ms51_112815;
  4702. extern T7*ms51_112905;
  4703. extern T7*ms51_116415;
  4704. extern T7*ms51_116325;
  4705. extern T7*ms12_2625;
  4706. extern T7*ms12_2745;
  4707. extern T7*ms12_2685;
  4708. extern T7*ms39_5904;
  4709. extern T7*ms12_2855;
  4710. extern T7*ms12_2885;
  4711. extern T7*ms12_2905;
  4712. extern T7*ms12_2785;
  4713. extern T7*ms12_8785;
  4714. extern T7*ms13_2515;
  4715. extern T7*ms13_2805;
  4716. extern T7*ms13_8925;
  4717. extern T7*ms13_2855;
  4718. extern T7*ms13_2055;
  4719. extern T7*ms13_2675;
  4720. extern T7*ms13_2695;
  4721. extern T7*ms41_2745;
  4722. extern T7*ms41_1145;
  4723. extern T7*ms37_2685;
  4724. extern T7*ms37_2325;
  4725. extern T7*ms60_111496;
  4726. extern T7*ms51_125396;
  4727. extern T7*ms51_204786;
  4728. extern T7*ms39_2195;
  4729. extern T7*ms12_1776;
  4730. extern T7*ms12_9506;
  4731. extern T7*ms13_7416;
  4732. extern T7*ms13_9156;
  4733. extern T7*ms13_9936;
  4734. extern T7*ms13_1256;
  4735. extern T7*ms13_7696;
  4736. extern T7*ms13_5046;
  4737. extern T7*ms13_8316;
  4738. extern T7*ms13_6936;
  4739. extern T7*ms13_1696;
  4740. extern T7*ms51_1216;
  4741. extern T7*ms28_132226;
  4742. extern T7*ms28_1356;
  4743. extern T7*ms28_1336;
  4744. extern T7*ms39_1156;
  4745. extern T7*ms12_9527;
  4746. extern T7*ms51_6567;
  4747. extern T7*ms51_5467;
  4748. extern T7*ms51_136367;
  4749. extern T7*ms51_146727;
  4750. extern T7*ms51_202947;
  4751. extern T7*ms10_7788;
  4752. extern T7*ms11_3808;
  4753. extern T7*ms12_7398;
  4754. extern T7*ms12_7098;
  4755. extern T7*ms12_1808;
  4756. extern T7*ms12_7068;
  4757. extern T7*ms13_1648;
  4758. extern T7*ms13_4818;
  4759. extern T7*ms13_6748;
  4760. extern T7*ms13_5598;
  4761. extern T7*ms13_8048;
  4762. extern T7*ms13_1208;
  4763. extern T7*ms59_9527;
  4764. extern T7*ms41_5688;
  4765. extern T7*ms10_8799;
  4766. extern T7*ms13_61;
  4767. extern T7*ms66_1728;
  4768. extern T7*ms13_9369;
  4769. extern T7*ms13_1029;
  4770. extern T7*ms143_101010;
  4771. extern T7*ms28_226958;
  4772. extern T7*ms13_62;
  4773. extern T7*ms39_11;
  4774. extern T7*ms182_116370;
  4775. extern T7*ms182_127680;
  4776. extern T7*ms59_163188;
  4777. extern T7*ms13_63;
  4778. extern T7*ms13_43;
  4779. extern T7*ms51_198189;
  4780. extern T7*ms268_101700;
  4781. extern T7*ms13_44;
  4782. extern T7*ms300_7350;
  4783. extern T7*ms10_166a;
  4784. extern T7*ms112_1930;
  4785. extern T7*ms112_9960;
  4786. extern T7*ms202_1520;
  4787. extern T7*ms12_957a;
  4788. extern T7*ms204_1520;
  4789. extern T7*ms204_2670;
  4790. extern T7*ms41_166a;
  4791. extern T7*ms313_7130;
  4792. extern T7*ms13_65;
  4793. extern T7*ms13_95;
  4794. extern T7*ms51_286a;
  4795. extern T7*ms51_681a;
  4796. extern T7*ms51_675a;
  4797. extern T7*ms51_374a;
  4798. extern T7*ms51_194a;
  4799. extern T7*ms206_1740;
  4800. extern T7*ms206_1520;
  4801. extern T7*ms360_2610;
  4802. extern T7*ms216_1520;
  4803. extern T7*ms162_2690;
  4804. extern T7*ms261_7780;
  4805. extern T7*ms51_95;
  4806. extern T7*ms326_1060;
  4807. extern T7*ms228_1520;
  4808. extern T7*ms13_46;
  4809. extern T7*ms13_36;
  4810. extern T7*ms76_45;
  4811. extern T7*ms269_125161;
  4812. extern T7*ms12_47;
  4813. extern T7*ms269_5290;
  4814. extern T7*ms160_269232;
  4815. extern T7*ms13_48;
  4816. extern T7*ms51_68;
  4817. extern T7*ms211_6942;
  4818. extern T7*ms326_1052;
  4819. extern T7*ms167_107113;
  4820. extern T7*ms210_1764;
  4821. extern T7*ms51_1422390;
  4822. extern T7*ms302_7614;
  4823. extern T7*ms313_5054;
  4824. extern T7*ms10_17170;
  4825. extern T7*ms10_15300;
  4826. extern T7*ms342_203984;
  4827. extern T7*ms12_25940;
  4828. extern T7*ms271_8904;
  4829. extern T7*ms12_18320;
  4830. extern T7*ms12_17730;
  4831. extern T7*ms12_15270;
  4832. extern T7*ms12_66440;
  4833. extern T7*ms12_11000;
  4834. extern T7*ms12_10840;
  4835. extern T7*ms13_54240;
  4836. extern T7*ms13_13050;
  4837. extern T7*ms13_27790;
  4838. extern T7*ms13_14310;
  4839. extern T7*ms13_17120;
  4840. extern T7*ms13_16920;
  4841. extern T7*ms13_17000;
  4842. extern T7*ms13_21480;
  4843. extern T7*ms13_57020;
  4844. extern T7*ms13_15800;
  4845. extern T7*ms13_58420;
  4846. extern T7*ms13_22320;
  4847. extern T7*ms13_12700;
  4848. extern T7*ms13_10890;
  4849. extern T7*ms13_12180;
  4850. extern T7*ms13_12760;
  4851. extern T7*ms13_10800;
  4852. extern T7*ms13_15220;
  4853. extern T7*ms13_15720;
  4854. extern T7*ms13_14130;
  4855. extern T7*ms13_27090;
  4856. extern T7*ms13_60390;
  4857. extern T7*ms182_186794;
  4858. extern T7*ms182_158544;
  4859. extern T7*ms41_36660;
  4860. extern T7*ms41_18000;
  4861. extern T7*ms41_33000;
  4862. extern T7*ms129_1444;
  4863. extern T7*ms174_120934;
  4864. extern T7*ms42_53690;
  4865. extern T7*ms42_24360;
  4866. extern T7*ms60_94000;
  4867. extern T7*ms51_42300;
  4868. extern T7*ms51_71470;
  4869. extern T7*ms51_60760;
  4870. extern T7*ms60_22860;
  4871. extern T7*ms51_57900;
  4872. extern T7*ms51_39050;
  4873. extern T7*ms51_71060;
  4874. extern T7*ms51_29280;
  4875. extern T7*ms51_44280;
  4876. extern T7*ms51_72240;
  4877. extern T7*ms51_35190;
  4878. extern T7*ms51_74830;
  4879. extern T7*ms51_74340;
  4880. extern T7*ms51_92480;
  4881. extern T7*ms51_90680;
  4882. extern T7*ms51_33180;
  4883. extern T7*ms51_29240;
  4884. extern T7*ms51_76190;
  4885. extern T7*ms51_12480;
  4886. extern T7*ms51_37500;
  4887. extern T7*ms51_29020;
  4888. extern T7*ms51_57660;
  4889. extern T7*ms51_65660;
  4890. extern T7*ms51_56910;
  4891. extern T7*ms51_10120;
  4892. extern T7*ms202_2625;
  4893. extern T7*ms70_91800;
  4894. extern T7*ms249_100044;
  4895. extern T7*ms28_39440;
  4896. extern T7*ms28_26690;
  4897. extern T7*ms28_38940;
  4898. extern T7*ms28_20300;
  4899. extern T7*ms28_83580;
  4900. extern T7*ms28_12180;
  4901. extern T7*ms28_10070;
  4902. extern T7*ms28_46940;
  4903. extern T7*ms215_2905;
  4904. void se_msi1(void);
  4905. void se_msi2(void);
  4906. void se_msi3(void);
  4907. void se_msi4(void);
  4908. void se_msi5(void);
  4909. void se_msi6(void);
  4910. void se_msi7(void);
  4911. void se_msi8(void);
  4912. void se_msi9(void);
  4913. void se_msi10(void);
  4914. void se_msi11(void);
  4915. void se_msi12(void);
  4916. void se_msi13(void);
  4917. void se_msi14(void);
  4918. void se_msi15(void);
  4919. void se_msi16(void);
  4920. void*se_ma293(int argc,...);
  4921. void*se_ma205(int argc,...);
  4922. void*se_ma303(int argc,...);
  4923. void*se_ma307(int argc,...);
  4924. void*se_ma212(int argc,...);
  4925. void*se_ma219(int argc,...);
  4926. void*se_ma222(int argc,...);
  4927. void*se_ma32(int argc,...);
  4928. void*se_ma321(int argc,...);
  4929. void*se_ma332(int argc,...);
  4930. void*se_ma245(int argc,...);
  4931. void*se_ma57(int argc,...);
  4932. void*se_ma155(int argc,...);
  4933. void*se_ma61(int argc,...);
  4934. void*se_ma71(int argc,...);
  4935. void*se_ma264(int argc,...);
  4936. void*se_ma169(int argc,...);
  4937. void*se_ma175(int argc,...);
  4938. void*se_ma79(int argc,...);
  4939. void*se_ma88(int argc,...);
  4940. void*se_ma94(int argc,...);
  4941. void X149pretty_print(void *C);
  4942. T0* X226to_runnable(void *C,T0* a1);
  4943. void X226set_current_type(void *C,T0* a1);
  4944. void X226pretty_print(void *C);
  4945. void X163add_last(void *C,T0* a1);
  4946. T6 X65is_frozen(void *C);
  4947. void X65declaration_pretty_print(void *C);
  4948. void X65undefine_in(void *C,T0* a1);
  4949. T0* X65origin_base_class(void *C);
  4950. T0* X65start_position(void *C);
  4951. T0* X65to_string(void *C);
  4952. void X65declaration_in(void *C,T0* a1);
  4953. T0* X65to_key(void *C);
  4954. void X65pretty_print(void *C);
  4955. T2 X261nb(void *C);
  4956. void X296put(void *C,T0* a1,T2 a2);
  4957. T0* X75to_run_feature(void *C,T0* a1,T0* a2);
  4958. T0* X75arguments(void *C);
  4959. T0* X75start_position(void *C);
  4960. T6 X75is_merge_with(void *C,T0* a1,T0* a2);
  4961. T0* X75result_type(void *C);
  4962. T6 X75can_hide(void *C,T0* a1,T0* a2);
  4963. void X75add_into(void *C,T0* a1);
  4964. void X75pretty_print(void *C);
  4965. void X75collect_for(void *C,T2 a1);
  4966. T0* X75try_to_undefine(void *C,T0* a1,T0* a2);
  4967. void X75set_header_comment(void *C,T0* a1);
  4968. T6 X75is_deferred(void *C);
  4969. T0* X75clients(void *C);
  4970. void X75set_clients(void *C,T0* a1);
  4971. T0* X269run_require(void *C,T0* a1);
  4972. T0* X269start_position(void *C);
  4973. T0* X269result_type(void *C);
  4974. T0* X269run_ensure(void *C,T0* a1);
  4975. T0* X134twin(void *C);
  4976. void X134add_last(void *C,T0* a1);
  4977. T0* X89start_position(void *C);
  4978. T0* X89add_comment(void *C,T0* a1);
  4979. T2 X89to_integer(void *C);
  4980. void X89print_as_target(void *C);
  4981. void X89bracketed_pretty_print(void *C);
  4982. T0* X89to_runnable(void *C,T0* a1);
  4983. T0* X89result_type(void *C);
  4984. T2 X89precedence(void *C);
  4985. T6 X89is_current(void *C);
  4986. void X89pretty_print(void *C);
  4987. T6 X89is_void(void *C);
  4988. T0* X145arguments(void *C);
  4989. void X145pretty_print(void *C);
  4990. T0* X145make_runnable(void *C,T0* a1,T0* a2,T0* a3);
  4991. T2 X145arg_count(void *C);
  4992. T0* X94twin(void *C);
  4993. void X94add_last(void *C,T0* a1);
  4994. void X292append_in(void *C,T0* a1);
  4995. T2 X292count(void *C);
  4996. void X292pretty_print(void *C);
  4997. T0* X312arguments(void *C);
  4998. T0* X312start_position(void *C);
  4999. void X312add_client(void *C,T0* a1);
  5000. T0* X312run_class(void *C);
  5001. T0* X312result_type(void *C);
  5002. T0* X312base_feature(void *C);
  5003. T0* X312local_vars(void *C);
  5004. T2 X312arg_count(void *C);
  5005. T6 X312is_exported_in(void *C,T0* a1);
  5006. void X198set_rescue_compound(void *C,T0* a1);
  5007. void X198set_ensure_assertion(void *C,T0* a1);
  5008. T0* X184start_position(void *C);
  5009. T0* X184value(void *C,T2 a1);
  5010. void X316add_last(void *C,T0* a1);
  5011. void X316resize(void *C,T2 a1);
  5012. T6 X316fast_has(void *C,T0* a1);
  5013. void X352resize(void *C,T2 a1);
  5014. T0* X62generic_list(void *C);
  5015. T0* X62base_class(void *C);
  5016. T0* X62base_class_name(void *C);
  5017. T0* X62start_position(void *C);
  5018. T6 X62is_formal_generic(void *C);
  5019. void X62used_as_reference(void *C);
  5020. T6 X62is_a_in(void *C,T0* a1,T0* a2);
  5021. T2 X62id(void *C);
  5022. T6 X62is_pointer(void *C);
  5023. T0* X62look_up_for(void *C,T0* a1,T0* a2);
  5024. T0* X62to_runnable(void *C,T0* a1);
  5025. T0* X62run_type(void *C);
  5026. T0* X62run_class(void *C);
  5027. T0* X62expanded_initializer(void *C);
  5028. T6 X62has_creation(void *C,T0* a1);
  5029. T6 X62is_like_current(void *C);
  5030. T6 X62is_boolean(void *C);
  5031. T6 X62is_generic(void *C);
  5032. T6 X62is_bit(void *C);
  5033. T6 X62is_real(void *C);
  5034. T6 X62is_any(void *C);
  5035. T0* X62smallest_ancestor(void *C,T0* a1);
  5036. T0* X62run_time_mark(void *C);
  5037. T6 X62is_expanded(void *C);
  5038. T6 X62is_basic_eiffel_expanded(void *C);
  5039. T6 X62is_string(void *C);
  5040. T6 X62is_integer(void *C);
  5041. T6 X62is_like_feature(void *C);
  5042. T6 X62is_anchored(void *C);
  5043. T6 X62is_run_type(void *C);
  5044. T6 X62is_a(void *C,T0* a1);
  5045. T6 X62is_character(void *C);
  5046. T6 X62is_reference(void *C);
  5047. T0* X62written_mark(void *C);
  5048. T6 X62is_none(void *C);
  5049. T6 X62is_array(void *C);
  5050. void X62pretty_print(void *C);
  5051. T6 X62is_like_argument(void *C);
  5052. T6 X62is_double(void *C);
  5053. T0* X144start_position(void *C);
  5054. T0* X144add_comment(void *C,T0* a1);
  5055. T0* X144to_runnable(void *C,T0* a1);
  5056. void X144pretty_print(void *C);
  5057. T0* X168start_position(void *C);
  5058. T0* X168to_string(void *C);
  5059. void X168set_rank(void *C,T2 a1);
  5060. void X168pretty_print(void *C);
  5061. void X273pretty_print(void *C);
  5062. T0* X221to_runnable_integer(void *C,T0* a1);
  5063. T0* X221twin(void *C);
  5064. void X221pretty_print(void *C);
  5065. T0* X221to_runnable_character(void *C,T0* a1);
  5066.  
  5067.